namdini commited on
Commit
fa37a77
·
verified ·
1 Parent(s): 55467f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,7 +129,7 @@ def create_interactive_pie_chart(violations, selected_violation):
129
  names='Severity',
130
  values='count',
131
  title=f'Severity Level Distribution for Violation: {selected_violation}',
132
- height=400,
133
  color_discrete_map=severity_colors
134
  )
135
 
@@ -360,7 +360,7 @@ def main():
360
  </style>
361
  """, unsafe_allow_html=True)
362
 
363
- st.markdown("<div class='title'><h1> Accident Analysis for City of Tempe,Arizona </h1></div>", unsafe_allow_html=True)
364
 
365
 
366
  st.markdown("""
 
129
  names='Severity',
130
  values='count',
131
  title=f'Severity Level Distribution for Violation: {selected_violation}',
132
+ height=600,
133
  color_discrete_map=severity_colors
134
  )
135
 
 
360
  </style>
361
  """, unsafe_allow_html=True)
362
 
363
+ st.markdown("<div class='title'><h1> Accident Analysis for City of Tempe, Arizona </h1></div>", unsafe_allow_html=True)
364
 
365
 
366
  st.markdown("""