AIdeaText commited on
Commit
d75a589
·
verified ·
1 Parent(s): 9002a31

Update src/.streamlit/config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +2 -1
src/.streamlit/config.toml CHANGED
@@ -1,7 +1,8 @@
1
  [server]
2
  port = 8501
3
  address = "0.0.0.0"
4
- enableCORS = false
 
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]