Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,6 @@ for text in reviews['processed_text']:
|
|
29 |
sentiments.append(output)
|
30 |
|
31 |
reviews['sentiments'] = sentiments
|
32 |
-
|
|
|
|
|
|
29 |
sentiments.append(output)
|
30 |
|
31 |
reviews['sentiments'] = sentiments
|
32 |
+
|
33 |
+
st.dataframe(reviews, use_container_width=True)
|
34 |
+
# sns.countplot(reviews['sentiments'])
|