Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ def analysis(Manifesto,Search):
|
|
| 189 |
plt.ylabel('Counts')
|
| 190 |
plt.figure(figsize=(4,6))
|
| 191 |
df['Analysis on Polarity'].value_counts().plot(kind ='bar')
|
| 192 |
-
plt.savefig('
|
| 193 |
plt.clf()
|
| 194 |
|
| 195 |
plt.figure(figsize=(4,6))
|
|
|
|
| 189 |
plt.ylabel('Counts')
|
| 190 |
plt.figure(figsize=(4,6))
|
| 191 |
df['Analysis on Polarity'].value_counts().plot(kind ='bar')
|
| 192 |
+
plt.savefig('./sentimentAnalysis.png')
|
| 193 |
plt.clf()
|
| 194 |
|
| 195 |
plt.figure(figsize=(4,6))
|