BeRU Deployer commited on
Commit ·
45377f6
1
Parent(s): a462198
Clean: Remove deprecated Streamlit config options
Browse files- .streamlit/config.toml +0 -8
.streamlit/config.toml
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
[global]
|
| 2 |
-
# Page customization
|
| 3 |
-
analyticsEnabled = false
|
| 4 |
-
logLevel = "info"
|
| 5 |
-
|
| 6 |
[client]
|
| 7 |
# Faster loading
|
| 8 |
showErrorDetails = true
|
|
@@ -16,6 +11,3 @@ runOnSave = false
|
|
| 16 |
maxUploadSize = 200
|
| 17 |
enableCORS = false
|
| 18 |
enableXsrfProtection = true
|
| 19 |
-
|
| 20 |
-
# Memory management
|
| 21 |
-
maxCachedMessageSize = 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[client]
|
| 2 |
# Faster loading
|
| 3 |
showErrorDetails = true
|
|
|
|
| 11 |
maxUploadSize = 200
|
| 12 |
enableCORS = false
|
| 13 |
enableXsrfProtection = true
|
|
|
|
|
|
|
|
|