Patacotron / .streamlit /config.toml
frncscp's picture
Update .streamlit/config.toml
b57d371
raw
history blame
236 Bytes
[theme]
primaryColor="#3d2c2c"
backgroundColor="#d29213"
secondaryBackgroundColor="#b7b791"
textColor="#604747"
[server]
enableCORS = false
headless = true
[browser]
serverAddress = "0.0.0.0"
gatherUsageStats = false
serverPort = 9000