tracinginsights commited on
Commit
7fa1198
1 Parent(s): b389ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ st.markdown(
29
  unsafe_allow_html=True,
30
  )
31
 
32
- option = app.select_gp()
33
  app.plot_recent_overtakes(option)
34
  app.plot_full_season()
35
  app.plot_circuits()
 
29
  unsafe_allow_html=True,
30
  )
31
 
32
+ #option = app.select_gp()
33
  app.plot_recent_overtakes(option)
34
  app.plot_full_season()
35
  app.plot_circuits()