hgbdt-viz / README.md
none
Add disclaimer to post and quickstart to README
63c6e06
|
raw
history blame contribute delete
No virus
390 Bytes

A newer version of the Streamlit SDK is available: 1.38.0

Upgrade
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