Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if file is not None:
|
|
74 |
.to_html(escape=False))
|
75 |
|
76 |
# Add the selectbox to filter sentiments
|
77 |
-
filter_sentiment = st.selectbox("Filter Sentiments", ["All"] + list(
|
78 |
|
79 |
# Filter the dataframe based on the selected sentiment
|
80 |
if filter_sentiment != "All":
|
|
|
74 |
.to_html(escape=False))
|
75 |
|
76 |
# Add the selectbox to filter sentiments
|
77 |
+
filter_sentiment = st.selectbox("Filter Sentiments", ["All"] + list(Sentiment.keys()))
|
78 |
|
79 |
# Filter the dataframe based on the selected sentiment
|
80 |
if filter_sentiment != "All":
|