Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/SumedhGajbhiye/Sentiment-Analyzer
Browse files- README.md +1 -1
- requirements.txt +4 -1
README.md
CHANGED
|
@@ -13,7 +13,7 @@ short_description: Streamlit template space
|
|
| 13 |
|
| 14 |
# Welcome to Streamlit!
|
| 15 |
|
| 16 |
-
Edit `
|
| 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
|