mlabonne commited on
Commit
59f2f34
1 Parent(s): 3f57330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def create_bar_chart(df, category):
47
  x=sorted_df[category],
48
  y=sorted_df['Model'],
49
  orientation='h',
50
- marker=dict(color=sorted_df[category], colorscale='Turbo')
51
  ))
52
 
53
  # Update layout for better readability
 
47
  x=sorted_df[category],
48
  y=sorted_df['Model'],
49
  orientation='h',
50
+ marker=dict(color=sorted_df[category], colorscale='Inferno')
51
  ))
52
 
53
  # Update layout for better readability