dpratapx's picture
Add Streamlit admin dashboard and normalize database with restaurants table
93c5df6
Raw
History Blame Contribute Delete
376 Bytes
# Environment Variables for Render Deployment
# Hugging Face API Token (for model downloads)
# Get from: https://huggingface.co/settings/tokens
# HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Database Connection (add this when integrating NeonDB)
# DATABASE_URL=postgresql://username:password@host/database
# Server Configuration (Render sets PORT automatically)
# PORT=8000