Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def create_severity_violation_chart(df, age_group=None):
|
|
82 |
title=f'Crash Severity Distribution by Violation Type - {age_group}',
|
83 |
labels={'count': 'Number of Incidents', 'Violation': 'Violation Type'},
|
84 |
color_discrete_map=severity_colors,
|
85 |
-
width=
|
86 |
|
87 |
)
|
88 |
|
|
|
82 |
title=f'Crash Severity Distribution by Violation Type - {age_group}',
|
83 |
labels={'count': 'Number of Incidents', 'Violation': 'Violation Type'},
|
84 |
color_discrete_map=severity_colors,
|
85 |
+
width=800,
|
86 |
|
87 |
)
|
88 |
|