Spaces:
Running
Running
Commit
·
028bb9a
1
Parent(s):
e46b5ef
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
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(GITHUB,
|
|
|
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(GITHUB, f"{current_working_directory}/files")
|