solidprivacy commited on
Commit
6813ac4
·
verified ·
1 Parent(s): ece8281

Add Streamlit upload configuration

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ address = "0.0.0.0"
4
+ port = 7860
5
+ enableXsrfProtection = false
6
+ enableCORS = false
7
+ maxUploadSize = 50