Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from streamlit_folium import folium_static
|
|
| 13 |
|
| 14 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 15 |
|
| 16 |
-
DATA_ = pd.read_csv("
|
| 17 |
st.title("Sentiment Analysis of Tweets")
|
| 18 |
st.sidebar.title("Sentiment Analysis of Tweets")
|
| 19 |
st.markdown("This application is a streamlit dashboard to analyze the sentiment of Tweets")
|
|
|
|
| 13 |
|
| 14 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 15 |
|
| 16 |
+
DATA_ = pd.read_csv("combined-csv-files.csv")
|
| 17 |
st.title("Sentiment Analysis of Tweets")
|
| 18 |
st.sidebar.title("Sentiment Analysis of Tweets")
|
| 19 |
st.markdown("This application is a streamlit dashboard to analyze the sentiment of Tweets")
|