hyzhang00 commited on
Commit
306f014
·
verified ·
1 Parent(s): 8e90a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=900,
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