Sa-m commited on
Commit
29aa37d
1 Parent(s): e9f9b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()