apratim24 commited on
Commit
d22a514
·
verified ·
1 Parent(s): 8817d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def sentiment_pie_chart(df):
26
 
27
  # Create a pie chart
28
  fig, ax = plt.subplots()
29
- sentiment_counts.plot(kind='pie', autopct='%1.1f%%', labels=None, colors=['green', 'red'])
30
  ax.set_title('Review Sentiment Chart')
31
 
32
  return fig
 
26
 
27
  # Create a pie chart
28
  fig, ax = plt.subplots()
29
+ sentiment_counts.plot(kind='pie', autopct='%1.1f%%', colors=['green', 'red'])
30
  ax.set_title('Review Sentiment Chart')
31
 
32
  return fig