Penguni commited on
Commit
ad642f9
·
verified ·
1 Parent(s): f4d93b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -184,7 +184,6 @@ def create_country_map(df, title):
184
  def create_rating_box_chart(df, title):
185
  fig = px.box(df, x="rating", points="all", title=title,
186
  labels={'rating': 'Rating'},
187
- boxmean=True,
188
  orientation='h',
189
  color_discrete_sequence=['#FF6347'])
190
  fig.update_traces(marker_line_color='rgb(8,48,107)', marker_line_width=1.5, opacity=0.6)
 
184
  def create_rating_box_chart(df, title):
185
  fig = px.box(df, x="rating", points="all", title=title,
186
  labels={'rating': 'Rating'},
 
187
  orientation='h',
188
  color_discrete_sequence=['#FF6347'])
189
  fig.update_traces(marker_line_color='rgb(8,48,107)', marker_line_width=1.5, opacity=0.6)