Spaces:
Running
Running
Commit
·
17a3496
1
Parent(s):
3bfaa38
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from git import Repo
|
2 |
|
3 |
|
4 |
-
Repo.clone_from('https://tracinginsights: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@github.com/TracingInsights/Charts.git', '
|
5 |
import repo_directory.app as app
|
6 |
|
7 |
|
|
|
1 |
from git import Repo
|
2 |
|
3 |
|
4 |
+
Repo.clone_from('https://tracinginsights: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@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
5 |
import repo_directory.app as app
|
6 |
|
7 |
|