Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git
|
3 |
-
|
|
|
|
|
|
1 |
import os
|
2 |
+
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git")
|
3 |
+
|
4 |
+
from repo_to_md import create_markdown_document
|
5 |
+
print(create_markdown_document(url=url))
|