Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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("""
|