Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ def full_report():
|
|
| 193 |
pop_events = px.bar(top_6_events,
|
| 194 |
y=top_6_events.index,
|
| 195 |
x='exercise',
|
| 196 |
-
color=
|
| 197 |
title='Most Popular Exercises',
|
| 198 |
template="plotly_dark")
|
| 199 |
pop_events.update_layout(showlegend=False)
|
|
|
|
| 193 |
pop_events = px.bar(top_6_events,
|
| 194 |
y=top_6_events.index,
|
| 195 |
x='exercise',
|
| 196 |
+
color=top_6_events.index,
|
| 197 |
title='Most Popular Exercises',
|
| 198 |
template="plotly_dark")
|
| 199 |
pop_events.update_layout(showlegend=False)
|