tracinginsights commited on
Commit
d3bbc88
1 Parent(s): 5670622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,6 +12,6 @@ from repo_directory import button
12
  from repo_directory import Overtakes
13
 
14
  option = Overtakes.select_gp()
15
- app.plot_recent_overtakes(option)
16
- app.plot_full_season()
17
- app.plot_circuits()
 
12
  from repo_directory import Overtakes
13
 
14
  option = Overtakes.select_gp()
15
+ Overtakes.plot_recent_overtakes(option)
16
+ Overtakes.plot_full_season()
17
+ Overtakes.plot_circuits()