Spaces:
Running
Running
tracinginsights
commited on
Commit
•
bf2c35f
1
Parent(s):
aa2a5e0
Update pages/Long_Run_Race_Pace.py
Browse files
pages/Long_Run_Race_Pace.py
CHANGED
@@ -25,7 +25,7 @@ DRIVERS_SELECTED = st.multiselect(
|
|
25 |
drivers,
|
26 |
)
|
27 |
|
28 |
-
laps_df = laps_df.loc[~laps_df.Driver.isin(
|
29 |
|
30 |
|
31 |
|
|
|
25 |
drivers,
|
26 |
)
|
27 |
|
28 |
+
laps_df = laps_df.loc[~laps_df.Driver.isin(DRIVERS_SELECTED)]
|
29 |
|
30 |
|
31 |
|