namdini commited on
Commit
575cab5
·
verified ·
1 Parent(s): b358f72

Update app.py

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