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