Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -1
.streamlit/config.toml
CHANGED
@@ -7,4 +7,5 @@ font="sans serif"
|
|
7 |
|
8 |
[server]
|
9 |
maxUploadSize = 200
|
10 |
-
enableXsrfProtection = false
|
|
|
|
7 |
|
8 |
[server]
|
9 |
maxUploadSize = 200
|
10 |
+
enableXsrfProtection = false
|
11 |
+
maxMessageSize = 1000
|