tracinginsights commited on
Commit
a01580f
·
verified ·
1 Parent(s): 17355a7

Update pages/Lateral_Acceleration_VS_Speed.py

Browse files
pages/Lateral_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',