Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,6 @@ for text in reviews['processed_text']:
|
|
33 |
sentiments.append(output)
|
34 |
|
35 |
reviews['sentiments'] = sentiments
|
36 |
-
st.
|
37 |
st.dataframe(reviews, use_container_width=True)
|
38 |
# sns.countplot(reviews['sentiments'])
|
|
|
33 |
sentiments.append(output)
|
34 |
|
35 |
reviews['sentiments'] = sentiments
|
36 |
+
st.markdown(':rainbow[Output]')
|
37 |
st.dataframe(reviews, use_container_width=True)
|
38 |
# sns.countplot(reviews['sentiments'])
|