Spaces:
Running
Running
tracinginsights
commited on
Commit
·
8b1263a
1
Parent(s):
39aca5d
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ if not os.path.exists('repo_directory'):
|
|
8 |
|
9 |
import repo_directory.app as app
|
10 |
option = app.select_gp()
|
11 |
-
app.plot_circuits()
|
12 |
app.plot_recent_overtakes(option)
|
|
|
|
|
13 |
app.plot_full_season()
|
|
|
8 |
|
9 |
import repo_directory.app as app
|
10 |
option = app.select_gp()
|
|
|
11 |
app.plot_recent_overtakes(option)
|
12 |
+
app.plot_circuits()
|
13 |
+
|
14 |
app.plot_full_season()
|