ashok2216 commited on
Commit
befb2f1
·
verified ·
1 Parent(s): 0a568e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,6 +33,6 @@ for text in reviews['processed_text']:
33
  sentiments.append(output)
34
 
35
  reviews['sentiments'] = sentiments
36
- st.header(':rainbow[Output]')
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'])