Ansh commited on
Commit
6b1a5bd
·
1 Parent(s): 358993e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("sampled_geocode1.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")