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