finance-bot / .streamlit /config.toml
tosanoob's picture
fix: change chat-app cache logic
e48425a
raw
history blame contribute delete
373 Bytes
[theme]
primaryColor = "#3498db"
backgroundColor = "#f9f9f9"
secondaryBackgroundColor = "#ffffff"
textColor = "#333333"
[server]
enableCORS = false
enableXsrfProtection = false
runOnSave = true
maxUploadSize = 200
headless = true
[browser]
gatherUsageStats = false
serverAddress = "0.0.0.0"
serverPort = 8501
[runner]
fastReruns = true
[client]
showErrorDetails = false