tracinginsights commited on
Commit
1020262
1 Parent(s): 6c8f0ac

Update pages/GG_Plot.py

Browse files
Files changed (1) hide show
  1. pages/GG_Plot.py +2 -2
pages/GG_Plot.py CHANGED
@@ -4,11 +4,11 @@ from repo_directory import button
4
 
5
  YEAR_SELECTED = st.selectbox(
6
  'Select year',
7
- (2022, 2021, 2020, 2019, 2018))
8
 
9
  RACE_SELECTED = st.selectbox(
10
  'Select Race',
11
- (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22))
12
 
13
  SESSION = st.selectbox(
14
  'Select Session',
 
4
 
5
  YEAR_SELECTED = st.selectbox(
6
  'Select year',
7
+ (2023, 2022, 2021, 2020, 2019, 2018))
8
 
9
  RACE_SELECTED = st.selectbox(
10
  'Select Race',
11
+ (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23))
12
 
13
  SESSION = st.selectbox(
14
  'Select Session',