Spaces:
Sleeping
Sleeping
Add Streamlit configuration directly in Dockerfile; set server parameters, browser settings, runner options, and theme colors
cca2050
unverified
[server] | |
port = 8501 | |
address = "0.0.0.0" | |
headless = true | |
enableCORS = false | |
maxUploadSize = 200 | |
enableXsrfProtection = false | |
[browser] | |
gatherUsageStats = false | |
[runner] | |
fastReruns = true | |
[theme] | |
primaryColor = "#2196F3" | |
backgroundColor = "#FFFFFF" | |
secondaryBackgroundColor = "#F0F2F6" | |
textColor = "#262730" | |
font = "sans serif" | |