reception-agent

Reception Agent - Deployment Guide

🚀 How to Deploy to Streamlit Cloud

1. Push to GitHub

git init
git add .
git commit -m "Initial commit"
git remote add origin YOUR_GITHUB_URL
git push -u origin main

2. Deploy on Streamlit Cloud

  1. Go to https://share.streamlit.io/
  2. Sign in with your GitHub account
  3. Click “New app”
  4. Select your repository: reception-agent
  5. Main file path: app.py
  6. Click “Deploy”

3. Add Secrets

In 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!


⚠️ Important Notes

đź”§ Alternative: Gradio Deployment

If you prefer Gradio, you can deploy on Hugging Face Spaces for free.