ExplaiNER / Makefile
Alexander Seifert
add stuff for vis2
c8d36ae
raw
history blame
No virus
138 Bytes
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