Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 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',
|