Floods_data_OKC / streamlit /config.toml
Navya-Sree's picture
Update streamlit/config.toml
5d5c7af verified
raw
history blame contribute delete
841 Bytes
[global]
developmentMode = false
[server]
runOnSave = true
address = "0.0.0.0"
port = 7860
baseUrlPath = ""
enableCORS = false
enableXsrfProtection = true
maxUploadSize = 200
maxMessageSize = 200
enableWebsocketCompression = false
[browser]
serverAddress = "0.0.0.0"
gatherUsageStats = false
serverPort = 7860
[theme]
primaryColor = "#4299e1"
backgroundColor = "#ffffff"
secondaryBackgroundColor = "#f7fafc"
textColor = "#262730"
font = "sans serif"
[client]
caching = true
displayEnabled = true
showErrorDetails = false
[runner]
magicEnabled = true
installTracer = false
fixMatplotlib = true
postScriptGC = true
fastReruns = true
enforceSerializableSessionState = true
[logger]
level = "info"
messageFormat = "%(asctime)s %(message)s"
[deprecation]
showfileUploaderEncoding = false
showImageFormat = false
showPyplotGlobalUse = false