Spaces:
Running
Running
tracinginsights
commited on
Commit
•
1ee532f
1
Parent(s):
8f7b6b2
Update pages/Tyre_Degradation.py
Browse files
pages/Tyre_Degradation.py
CHANGED
@@ -14,7 +14,7 @@ SESSION = st.selectbox(
|
|
14 |
'Select Session',
|
15 |
('R', 'SQ'))
|
16 |
|
17 |
-
laps, f1session, all_driver_compound, all_compounds_used = Tyre_Degradation.get_laps()
|
18 |
|
19 |
DRIVERS_SELECTED = st.multiselect(
|
20 |
'Select Driver and Tyre',
|
|
|
14 |
'Select Session',
|
15 |
('R', 'SQ'))
|
16 |
|
17 |
+
laps, f1session, all_driver_compound, all_compounds_used = Tyre_Degradation.get_laps(YEAR_SELECTED, RACE_SELECTED, SESSION)
|
18 |
|
19 |
DRIVERS_SELECTED = st.multiselect(
|
20 |
'Select Driver and Tyre',
|