db_query / .streamlit /config.toml
DavMelchi's picture
increase maxMessageSize from 200 to 300
13cd546
raw
history blame contribute delete
561 Bytes
[theme]
base = "light"
primaryColor = "#005AFF" # Nokia Blue
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F5F7FA"
textColor = "#1C1C1E"
linkColor = "#005AFF"
[theme.sidebar]
primaryColor = "#005AFF"
backgroundColor = "#F0F2F6"
secondaryBackgroundColor = "#E6E9EF"
textColor = "#1C1C1E"
linkColor = "#005AFF"
[server]
# Max size, in megabytes, for files uploaded with the file_uploader.
# Default: 200
#maxUploadSize = 500
# Max size, in megabytes, of messages that can be sent via the WebSocket
# connection.
# Default: 200
maxMessageSize = 300