namdini commited on
Commit
966a139
·
verified ·
1 Parent(s): 5bfb630

Update app.py

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