ashok2216 commited on
Commit
21abcec
·
verified ·
1 Parent(s): 847cbae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(':rainbow[Output]')
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'])