msa17 commited on
Commit
e8e175a
·
verified ·
1 Parent(s): a89028e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def main():
277
  df['Weather'] = 'Unknown'
278
 
279
  # Create tabs for different visualizations
280
- tab1, tab2, tab3, tab4 = st.tabs(["Crash Statistics", "Crash Map", "Crash Trend", "Crash Injuries/Fatalities"])
281
 
282
  with tab1:
283
  # Age group selection
 
277
  df['Weather'] = 'Unknown'
278
 
279
  # Create tabs for different visualizations
280
+ tab1, tab2, tab3, tab4 = st.tabs(["Crash Statistics", "Crash Map", "Crash Trend", "Crash Injuries/Fatalities","Incidents Distribution"])
281
 
282
  with tab1:
283
  # Age group selection