Spaces:
Runtime error
Runtime error
File size: 270 Bytes
c8d36ae 0bc7977 0211266 c8d36ae |
1 2 3 4 5 6 7 8 9 10 11 |
doc:
pdoc --docformat google src -o doc
vis2: doc
pandoc html/index.md -s -o html/index.html
rm -rf src/__pycache__ && rm -rf src/subpages/__pycache__
zip -r vis2.zip doc html src Makefile presentation.pdf requirements.txt
run:
python -m streamlit run src/app.py
|