Edwin Salguero
feat: prepare for Streamlit Cloud deployment - fix requirements.txt, add deployment config, error handling, and entry point
aaa6e1c
raw
history blame contribute delete
276 Bytes
[global]
developmentMode = false
[server]
headless = true
enableCORS = false
enableXsrfProtection = false
port = 8501
[browser]
gatherUsageStats = false
[theme]
primaryColor = "#1f77b4"
backgroundColor = "#ffffff"
secondaryBackgroundColor = "#f0f2f6"
textColor = "#262730"