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

vis2: doc
	pandoc html/index.md -s -o html/index.html

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