tracinginsights commited on
Commit
baf8952
1 Parent(s): 27e8e82

Update pages/GG_Plot.py

Browse files
Files changed (1) hide show
  1. pages/GG_Plot.py +2 -2
pages/GG_Plot.py CHANGED
@@ -16,11 +16,11 @@ SESSION = st.selectbox(
16
 
17
 
18
 
19
- laps, session, drivers = GG_Plot.get_data(YEAR_SELECTED, RACE_SELECTED, SESSION)
20
 
21
 
22
  DRIVERS_SELECTED = st.multiselect(
23
  'Select Drivers to compare',
24
  drivers)
25
 
26
- GG_Plot.plot(DRIVERS_SELECTED, laps)
 
16
 
17
 
18
 
19
+ laps, f1session, drivers = GG_Plot.get_data(YEAR_SELECTED, RACE_SELECTED, SESSION)
20
 
21
 
22
  DRIVERS_SELECTED = st.multiselect(
23
  'Select Drivers to compare',
24
  drivers)
25
 
26
+ GG_Plot.plot(DRIVERS_SELECTED, laps, f1session, SESSION)