Spaces:
Running
Running
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
[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" | |