CultriX commited on
Commit
578d4f4
1 Parent(s): edc6ffa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def create_bar_chart(df, category):
71
  x=sorted_df[category],
72
  y=sorted_df['Model'],
73
  orientation='h',
74
- marker=dict(color=sorted_df[category], colorscale='Agsunset')
75
  ))
76
 
77
  # Update layout for better readability
 
71
  x=sorted_df[category],
72
  y=sorted_df['Model'],
73
  orientation='h',
74
+ marker=dict(color=sorted_df[category], colorscale='Spectral')
75
  ))
76
 
77
  # Update layout for better readability