amirjamali's picture
Update Streamlit app and Dockerfile; enable CORS, adjust max upload size, and enhance upload directory handling with improved error logging and debugging features
6252089 unverified
raw
history blame contribute delete
367 Bytes
[server]
port = 8501
address = "0.0.0.0"
headless = true
enableCORS = true
maxUploadSize = 150
enableXsrfProtection = false
enableWebsocketCompression = false
[browser]
gatherUsageStats = false
[runner]
fastReruns = true
[theme]
primaryColor = "#2196F3"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F2F6"
textColor = "#262730"
font = "sans serif"