Spaces:
Running
Running
Commit
·
c944b7a
1
Parent(s):
3d3c1c4
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,7 @@ import os
|
|
9 |
|
10 |
current_working_directory = os.getcwd()
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
9 |
|
10 |
current_working_directory = os.getcwd()
|
11 |
|
12 |
+
path = os.path.join(current_working_directory , 'streamlit')
|
13 |
+
os.mkdir(path)
|
14 |
+
|
15 |
+
pygit2.clone_repository("https://tracinginsights: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@github.com/TracingInsights/Charts.git", path )
|