tracinginsights commited on
Commit
d48856f
·
verified ·
1 Parent(s): cf74131

Update pages/Downforce_Configurations.py

Browse files
Files changed (1) hide show
  1. pages/Downforce_Configurations.py +1 -1
pages/Downforce_Configurations.py CHANGED
@@ -7,7 +7,7 @@ from repo_directory import button,utils
7
  # selections
8
  YEAR = st.selectbox(
9
  'Select Year',
10
- (2024,2023, 2022, 2021, 2020, 2019, 2018))
11
 
12
 
13
 
 
7
  # selections
8
  YEAR = st.selectbox(
9
  'Select Year',
10
+ utils.get_years())
11
 
12
 
13