rairo commited on
Commit
c0a7a47
·
verified ·
1 Parent(s): d3a5809

Create .streamlit/config.toml

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
+ port = 7860
4
+ enableXsrfProtection = false
5
+ enableCORS = false
6
+ maxUploadSize = 200
7
+ cookieSecret = "replace-with-a-random-string"