File size: 390 Bytes
47cdcf5
baaf400
b45ba86
47cdcf5
 
 
 
 
 
 
 
 
63c6e06
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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
```