Static site (GitHub Pages)
The static version lives in docs/ and can be deployed via GitHub Pages.
Run locally:
python3 -m http.server 8080 --directory docsData refresh:
python3 update_db.pyStreamlit app (legacy)
Install VIVID SUBSTANZEN with TripSit combinations
python3 -m venv env
source env/bin/activate
(env)$ pip install streamlit
pip install -r requirements.txt
streamlit run streamlit_app.py