Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -1
.streamlit/config.toml
CHANGED
@@ -4,4 +4,8 @@ gatherUsageStats = false
|
|
4 |
[server]
|
5 |
headless = true
|
6 |
port = 8501
|
7 |
-
enableCORS = false
|
|
|
|
|
|
|
|
|
|
4 |
[server]
|
5 |
headless = true
|
6 |
port = 8501
|
7 |
+
enableCORS = false
|
8 |
+
maxUploadSize = 200
|
9 |
+
|
10 |
+
[client]
|
11 |
+
showErrorDetails = true
|