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