shaheerawan3 commited on
Commit
47fa6c2
·
verified ·
1 Parent(s): 518bcf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ from scipy import stats
13
  import seaborn as sns
14
  import ta
15
  from concurrent.futures import ThreadPoolExecutor
16
-
 
17
  import joblib
18
  import warnings
19
  warnings.filterwarnings('ignore')
 
13
  import seaborn as sns
14
  import ta
15
  from concurrent.futures import ThreadPoolExecutor
16
+ import logging
17
+ logging.basicConfig(level=logging.INFO)
18
  import joblib
19
  import warnings
20
  warnings.filterwarnings('ignore')