Spaces:
Running
Running
tracinginsights
commited on
Commit
•
d3bbc88
1
Parent(s):
5670622
Update app.py
Browse files
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 |
-
|
16 |
-
|
17 |
-
|
|
|
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()
|