Sumedhzz commited on
Commit
c03e843
·
2 Parent(s): 7a36cad78053a3

Merge branch 'main' of https://huggingface.co/spaces/SumedhGajbhiye/Sentiment-Analyzer

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +4 -1
README.md CHANGED
@@ -13,7 +13,7 @@ short_description: Streamlit template space
13
 
14
  # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
  If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
  forums](https://discuss.streamlit.io).
 
13
 
14
  # Welcome to Streamlit!
15
 
16
+ Edit `streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
  If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
  forums](https://discuss.streamlit.io).
requirements.txt CHANGED
@@ -5,4 +5,7 @@ torchvision
5
  safetensors
6
  pandas
7
  st-gsheets-connection
8
- plotly
 
 
 
 
5
  safetensors
6
  pandas
7
  st-gsheets-connection
8
+ plotly
9
+ gspread
10
+ google-auth
11
+ oauth2client