KatGaw commited on
Commit
eeb8be5
·
verified ·
1 Parent(s): dbe2e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,9 +72,9 @@ st.markdown("<p class='centered-text'>Enter a topic and optional date to analyze
72
 
73
  # Suggestions
74
  topic_suggestions = [
75
- "I-495",
76
- "I-95",
77
- "accident"
78
  ]
79
 
80
  data=pd.read_csv('./data/sentiment_index_traffic_index_final1.csv',
 
72
 
73
  # Suggestions
74
  topic_suggestions = [
75
+ "accident",
76
+ "traffic",
77
+ "I-95"
78
  ]
79
 
80
  data=pd.read_csv('./data/sentiment_index_traffic_index_final1.csv',