ynp3 commited on
Commit
7bc0e85
1 Parent(s): 56602fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ fig, ax = plt.subplots()
49
  ax.bar(['TextBlob', 'VADER', 'Flair'], [textblob_score, vader_score, flair_score])
50
  ax.axhline(y=0, color='gray', linestyle='--')
51
  ax.set_title('Sentiment Scores')
52
- st.pyplot(fig)
 
49
  ax.bar(['TextBlob', 'VADER', 'Flair'], [textblob_score, vader_score, flair_score])
50
  ax.axhline(y=0, color='gray', linestyle='--')
51
  ax.set_title('Sentiment Scores')
52
+ st.pyplot(fig)