nlpblogs commited on
Commit
f2d177a
·
verified ·
1 Parent(s): be329e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,8 +169,8 @@ def scrape_google_reviews(url):
169
 
170
 
171
 
172
- fig2 = px.bar(result, x='review_date', y='Sentiment',
173
- hover_data=['rating', 'review_date'], color='rating',
174
  labels={'Sentiment':'Sentiment'}, height=400)
175
 
176
 
 
169
 
170
 
171
 
172
+ fig2 = px.bar(result, x='review_date', y='rating',
173
+ hover_data=['rating', 'review_date'], color='Sentiment',
174
  labels={'Sentiment':'Sentiment'}, height=400)
175
 
176