Python Workers AI Starter Kit#
Installation#
Copy your secrets file and add your credentials.
cp .streamlit/secrets.toml.example .streamlit/secrets.toml
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
Develop#
python -m streamlit run app.py