Removed streamlit config from the repo file as its now possible to edit this from the UI as well as the UI config file and it should be something custom for each installation and not decided by us.

This commit is contained in:
ZeroCool940711 2022-09-26 01:19:48 -07:00 committed by ZeroCool
parent 3b4b435768
commit 632b244337

View File

@ -1,48 +0,0 @@
[global]
disableWatchdogWarning = false
showWarningOnDirectExecution = true
dataFrameSerialization = "arrow"
[logger]
level = "info"
messageFormat = "%(asctime)s %(message)s"
[client]
caching = true
displayEnabled = true
showErrorDetails = true
[runner]
magicEnabled = true
installTracer = false
fixMatplotlib = true
postScriptGC = true
fastReruns = false
[server]
folderWatchBlacklist = []
fileWatcherType = "auto"
cookieSecret = ""
headless = false
runOnSave = false
port = 8501
baseUrlPath = ""
enableCORS = true
enableXsrfProtection = true
maxUploadSize = 200
maxMessageSize = 200
enableWebsocketCompression = false
[browser]
serverAddress = "localhost"
gatherUsageStats = false
serverPort = 8501
[mapbox]
token = ""
[deprecation]
showfileUploaderEncoding = true
showPyplotGlobalUse = true
[theme]