broadfield-dev commited on
Commit
6f337a3
·
verified ·
1 Parent(s): e8934d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ 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))
 
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="https://huggingface.co/spaces/broadfield-dev/repo_to_md"))