broadfield-dev commited on
Commit
f5045cf
·
verified ·
1 Parent(s): 4b4fa01

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+ os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@dev")
3
+ from repo_to_md import demo
4
+ demo.run_demo()