Copy your secrets file and add your credentials.
Get your credentials at dash.cloudflare.com, AI > Use REST API, Create a Workers AI API Token
cp .streamlit/secrets.toml.example .streamlit/secrets.toml
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
python -m streamlit run app.py