File size: 211 Bytes
c8d36ae
 
 
 
 
0211266
c8d36ae
 
 
1
2
3
4
5
6
7
8
9
10
doc:
	pdoc --docformat google src -o doc

vis2: doc
	pandoc html/index.md -s -o html/index.html
	zip -r vis2.zip doc html src Makefile presentation.pdf requirements.txt

run:
	python -m streamlit run src/app.py