Chaitanya01 commited on
Commit
5a82903
·
1 Parent(s): e973d57
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -33,6 +33,7 @@ try:
33
  except Exception:
34
  # Streamlit >= 0.65.0
35
  from streamlit.report_thread import add_report_ctx
 
36
 
37
  def get_stocktwits_data(req,code,label):
38
 
 
33
  except Exception:
34
  # Streamlit >= 0.65.0
35
  from streamlit.report_thread import add_report_ctx
36
+ # from streamlit.scriptrunner import add_script_run_ctx
37
 
38
  def get_stocktwits_data(req,code,label):
39
 
requirements.txt CHANGED
@@ -5,7 +5,7 @@ requests==2.24.0
5
  numpy==1.21.5
6
  tweepy==4.0.1
7
  pandas==1.4.0
8
- streamlit==0.89.0
9
  plotly==5.5.0
10
  beautifulsoup4==4.11.1
11
  GoogleNews==1.6.4
 
5
  numpy==1.21.5
6
  tweepy==4.0.1
7
  pandas==1.4.0
8
+ streamlit
9
  plotly==5.5.0
10
  beautifulsoup4==4.11.1
11
  GoogleNews==1.6.4