--- title: HGBDT Viz emoji: 🌴 colorFrom: red colorTo: blue sdk: streamlit sdk_version: 1.10.0 app_file: app.py pinned: false license: mit --- # Quickstart `app.py` uses f-strings so I think 3.8 should be the minimum Python version. I haven't checked that, though. ```shell % python3 -m venv .venv % source .venv/bin/activate % pip install -r requirements.txt % streamlit run app.py ```