Spaces:
Running
Running
Update pages/GG_Plot.py
Browse files- pages/GG_Plot.py +1 -1
pages/GG_Plot.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',
|