Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,6 @@ for text in reviews['processed_text']:
|
|
70 |
sentiments.append(output)
|
71 |
|
72 |
reviews['sentiments'] = sentiments
|
73 |
-
st.markdown(':
|
74 |
st.dataframe(reviews, use_container_width=True)
|
75 |
# sns.countplot(reviews['sentiments'])
|
|
|
70 |
sentiments.append(output)
|
71 |
|
72 |
reviews['sentiments'] = sentiments
|
73 |
+
st.markdown(':white[Output]')
|
74 |
st.dataframe(reviews, use_container_width=True)
|
75 |
# sns.countplot(reviews['sentiments'])
|