Spaces:
Running
Running
File size: 275 Bytes
f731239 0495d99 3a51f31 0495d99 a258686 0495d99 7ec2c4d 98ef1e9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
from git import Repo
import os
GITHUB_PAT = os.environ['GITHUB']
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
import repo_directory.app as app
plot_circuits()
plot_recent_overtakes()
plot_full_season()
|