Spaces:
Running
Running
Commit
·
a0c6e3c
1
Parent(s):
3179558
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ if not os.path.exists('repo_directory'):
|
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
8 |
|
9 |
import repo_directory.app as app
|
10 |
-
|
11 |
app.plot_circuits()
|
12 |
app.plot_recent_overtakes()
|
13 |
app.plot_full_season()
|
|
|
7 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
8 |
|
9 |
import repo_directory.app as app
|
10 |
+
option = app.select_gp()
|
11 |
app.plot_circuits()
|
12 |
app.plot_recent_overtakes()
|
13 |
app.plot_full_season()
|