Spaces:
Runtime error
Runtime error
A newer version of the Streamlit SDK is available:
1.44.1
metadata
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.
% python3 -m venv .venv
% source .venv/bin/activate
% pip install -r requirements.txt
% streamlit run app.py