accent-detector / .streamlit /temp-config.toml
amirjamali's picture
Add Streamlit configuration directly in Dockerfile; set server parameters, browser settings, runner options, and theme colors
cca2050 unverified
raw
history blame contribute delete
330 Bytes
[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"