tracinginsights commited on
Commit
d805963
·
verified ·
1 Parent(s): ae04bc8

Update pages/Longitudinal_Acceleration_VS_speed.py

Browse files
pages/Longitudinal_Acceleration_VS_speed.py CHANGED
@@ -4,7 +4,7 @@ from repo_directory import button, utils
4
 
5
  YEAR_SELECTED = st.selectbox(
6
  'Select year',
7
- (2024,2023, 2022, 2021, 2020, 2019, 2018))
8
 
9
  RACE_SELECTED = st.selectbox(
10
  'Select Race',
 
4
 
5
  YEAR_SELECTED = st.selectbox(
6
  'Select year',
7
+ utils.get_years())
8
 
9
  RACE_SELECTED = st.selectbox(
10
  'Select Race',