Spaces:
Running
Running
Commit
·
8610172
1
Parent(s):
ef58511
Update pages/Tyre_Degradation.py
Browse files
pages/Tyre_Degradation.py
CHANGED
|
@@ -14,7 +14,7 @@ RACE_SELECTED = st.selectbox(
|
|
| 14 |
|
| 15 |
SESSION = st.selectbox(
|
| 16 |
'Select Session',
|
| 17 |
-
('R', 'SQ'))
|
| 18 |
|
| 19 |
laps, f1session, all_driver_compound, all_compounds_used, all_team_compound = Tyre_Degradation.get_laps(YEAR_SELECTED, RACE_SELECTED, SESSION)
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
SESSION = st.selectbox(
|
| 16 |
'Select Session',
|
| 17 |
+
('R', 'SQ', 'FP1', 'FP2', 'FP3', 'Q'))
|
| 18 |
|
| 19 |
laps, f1session, all_driver_compound, all_compounds_used, all_team_compound = Tyre_Degradation.get_laps(YEAR_SELECTED, RACE_SELECTED, SESSION)
|
| 20 |
|