Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,6 @@ def create_severity_violation_chart(df, age_group=None):
|
|
| 83 |
labels={'count': 'Number of Incidents', 'Violation': 'Violation Type'},
|
| 84 |
height=600,
|
| 85 |
color_discrete_map=severity_colors, # --> for part 3
|
| 86 |
-
hover_data={'count': True, 'Severity': False}
|
| 87 |
)
|
| 88 |
|
| 89 |
fig.update_layout(
|
|
|
|
| 83 |
labels={'count': 'Number of Incidents', 'Violation': 'Violation Type'},
|
| 84 |
height=600,
|
| 85 |
color_discrete_map=severity_colors, # --> for part 3
|
|
|
|
| 86 |
)
|
| 87 |
|
| 88 |
fig.update_layout(
|