tracinginsights commited on
Commit
24f4a92
1 Parent(s): c93e49b

Update pages/Drivers_in_Traffic.py

Browse files
Files changed (1) hide show
  1. pages/Drivers_in_Traffic.py +2 -0
pages/Drivers_in_Traffic.py CHANGED
@@ -2,6 +2,8 @@ import streamlit as st
2
  from repo_directory import Drivers_in_Traffic
3
  from repo_directory import button
4
 
 
 
5
  YEAR_SELECTED = st.selectbox(
6
  'Select year',
7
  (2023, 2022, 2021, 2020, 2019, 2018))
 
2
  from repo_directory import Drivers_in_Traffic
3
  from repo_directory import button
4
 
5
+ st.write('Takes more than 5 minutes.')
6
+
7
  YEAR_SELECTED = st.selectbox(
8
  'Select year',
9
  (2023, 2022, 2021, 2020, 2019, 2018))