Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|