Spaces:
Running
Running
Commit
·
98ef1e9
1
Parent(s):
79eeefa
Update app.py
Browse files
app.py
CHANGED
@@ -6,3 +6,6 @@ GITHUB_PAT = os.environ['GITHUB']
|
|
6 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
7 |
import repo_directory.app as app
|
8 |
|
|
|
|
|
|
|
|
6 |
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
7 |
import repo_directory.app as app
|
8 |
|
9 |
+
plot_circuits()
|
10 |
+
plot_recent_overtakes()
|
11 |
+
plot_full_season()
|