CultriX commited on
Commit
c270341
·
verified ·
1 Parent(s): 744e7f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def create_bar_chart(df, category):
137
  x=sorted_df[category],
138
  y=sorted_df['Model'],
139
  orientation='h',
140
- marker=dict(color=sorted_df[category], colorscale='Spectral') # You can change 'Viridis' to another color scale
141
  ))
142
 
143
  # Update layout for better readability
 
137
  x=sorted_df[category],
138
  y=sorted_df['Model'],
139
  orientation='h',
140
+ marker=dict(color=sorted_df[category], colorscale='Picnic') # You can change 'Viridis' to another color scale
141
  ))
142
 
143
  # Update layout for better readability