Spaces:
Running
Running
Commit
·
bbc56cd
1
Parent(s):
6ce3204
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ GITHUB_PAT = os.environ['GITHUB']
|
|
6 |
if os.path.exists('repo_directory'):
|
7 |
None
|
8 |
else:
|
9 |
-
|
10 |
|
11 |
import repo_directory.app as app
|
12 |
|
|
|
6 |
if os.path.exists('repo_directory'):
|
7 |
None
|
8 |
else:
|
9 |
+
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
10 |
|
11 |
import repo_directory.app as app
|
12 |
|