Spaces:
Running
Running
Update app.py
Browse files
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='
|
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
|