Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,9 @@ short_description: Doing Sentiment Analysis
|
|
| 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
|
|
|
|
| 13 |
|
| 14 |
# Welcome to Streamlit!
|
| 15 |
|
| 16 |
+
# Sentiment Inference App (Dockerized)
|
| 17 |
+
This app supports prediction on both single text and CSV input.
|
| 18 |
+
|
| 19 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
| 20 |
|
| 21 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|