ynp3 commited on
Commit
df14b18
1 Parent(s): b8114bb

Update app.py

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