Spaces:
Running
Running
tracinginsights
commited on
Commit
•
701aa67
1
Parent(s):
7c83efc
Update pages/Tyre_Degradation.py
Browse files
pages/Tyre_Degradation.py
CHANGED
@@ -4,13 +4,13 @@ from repo_directory import button
|
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select year',
|
7 |
-
(2022, 2021, 2020, 2019, 2018))
|
8 |
|
9 |
colors_df = Tyre_Degradation.get_colors(YEAR_SELECTED)
|
10 |
|
11 |
RACE_SELECTED = st.selectbox(
|
12 |
'Select Race',
|
13 |
-
(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22))
|
14 |
|
15 |
SESSION = st.selectbox(
|
16 |
'Select Session',
|
|
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
6 |
'Select year',
|
7 |
+
(2023, 2022, 2021, 2020, 2019, 2018))
|
8 |
|
9 |
colors_df = Tyre_Degradation.get_colors(YEAR_SELECTED)
|
10 |
|
11 |
RACE_SELECTED = st.selectbox(
|
12 |
'Select Race',
|
13 |
+
(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23))
|
14 |
|
15 |
SESSION = st.selectbox(
|
16 |
'Select Session',
|