Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|