Spaces:
Running
Running
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 |
-
(
|
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',
|