Spaces:
Runtime error
Runtime error
Fixed bug in config TOML file
Browse files- .streamlit/config.toml +1 -3
.streamlit/config.toml
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
[server]
|
2 |
maxUploadSize = 25
|
|
|
3 |
|
4 |
[browser]
|
5 |
gatherUsageStats = false
|
6 |
-
|
7 |
-
[server]
|
8 |
-
enableXsrfProtection = false
|
|
|
1 |
[server]
|
2 |
maxUploadSize = 25
|
3 |
+
enableXsrfProtection = false
|
4 |
|
5 |
[browser]
|
6 |
gatherUsageStats = false
|
|
|
|
|
|