Update src/.streamlit/config.toml
Browse files
src/.streamlit/config.toml
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
[server]
|
2 |
port = 8501
|
3 |
address = "0.0.0.0"
|
4 |
-
|
|
|
5 |
enableXsrfProtection = false
|
6 |
|
7 |
[browser]
|
|
|
1 |
[server]
|
2 |
port = 8501
|
3 |
address = "0.0.0.0"
|
4 |
+
maxUploadSize = 5 # Tamaño máximo en MB
|
5 |
+
enableCORS = true
|
6 |
enableXsrfProtection = false
|
7 |
|
8 |
[browser]
|