Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ def main():
|
|
318 |
trend_fig = create_crash_trend_chart(df, selected_weather)
|
319 |
st.plotly_chart(trend_fig, use_container_width=True)
|
320 |
|
321 |
-
with
|
322 |
# Dropdown for Unit Type selection
|
323 |
unit_type_pairs = set()
|
324 |
for _, row in df[['Unittype_One', 'Unittype_Two']].dropna().iterrows():
|
|
|
318 |
trend_fig = create_crash_trend_chart(df, selected_weather)
|
319 |
st.plotly_chart(trend_fig, use_container_width=True)
|
320 |
|
321 |
+
with tab4:
|
322 |
# Dropdown for Unit Type selection
|
323 |
unit_type_pairs = set()
|
324 |
for _, row in df[['Unittype_One', 'Unittype_Two']].dropna().iterrows():
|