md_to_files / app.py
broadfield-dev's picture
Update app.py
ff0513a verified
raw
history blame
147 Bytes
import os
os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@main#egg=[demo]")
from repo_to_md import demo
demo.run_demo()