Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,6 +222,7 @@ def analysis(Manifesto,Search):
|
|
222 |
plt.title('Sentiment Analysis')
|
223 |
plt.xlabel('Sentiment')
|
224 |
plt.ylabel('Counts')
|
|
|
225 |
plt.figure(figsize=(4,3))
|
226 |
df['Analysis on Polarity'].value_counts().plot(kind ='bar')
|
227 |
plt.tight_layout()
|
|
|
222 |
plt.title('Sentiment Analysis')
|
223 |
plt.xlabel('Sentiment')
|
224 |
plt.ylabel('Counts')
|
225 |
+
plt.set_facecolor("#2E2E2E")
|
226 |
plt.figure(figsize=(4,3))
|
227 |
df['Analysis on Polarity'].value_counts().plot(kind ='bar')
|
228 |
plt.tight_layout()
|