Spaces:
Running
Running
tracinginsights
commited on
Commit
·
8d0d900
1
Parent(s):
65a3d94
Update pages/LapTimes_Delta.py
Browse files- pages/LapTimes_Delta.py +1 -1
pages/LapTimes_Delta.py
CHANGED
@@ -12,7 +12,7 @@ RACE_SELECTED = st.selectbox(
|
|
12 |
|
13 |
SESSION = st.selectbox(
|
14 |
'Select Session',
|
15 |
-
('FP1', 'FP2', 'FP3','SS', 'Q', 'SQ',
|
16 |
|
17 |
|
18 |
laps, drivers = LapTime_Difference.get_data(YEAR_SELECTED, RACE_SELECTED, SESSION)
|
|
|
12 |
|
13 |
SESSION = st.selectbox(
|
14 |
'Select Session',
|
15 |
+
('R','FP1', 'FP2', 'FP3','SS', 'Q', 'SQ', ))
|
16 |
|
17 |
|
18 |
laps, drivers = LapTime_Difference.get_data(YEAR_SELECTED, RACE_SELECTED, SESSION)
|