git init
git add .
git commit -m "Initial commit"
git remote add origin YOUR_GITHUB_URL
git push -u origin main
reception-agentapp.pyIn Streamlit Cloud dashboard, go to your app settings and add these secrets:
# .streamlit/secrets.toml format
SUPABASE_URL = "https://ydwgjcjrnpmcpdedsoaw.supabase.co"
SUPABASE_KEY = "your_supabase_key_here"
DEFAULT_LANGUAGE = "en-US"
Once deployed, you’ll get a URL like:
https://username-reception-agent-app-xyz123.streamlit.app
Use this link for your form submission!
auto_processor.py won’t work on Streamlit Cloud (it needs local file system access)app.py web interface will be deployedIf you prefer Gradio, you can deploy on Hugging Face Spaces for free.