rairo commited on
Commit
1b69811
·
verified ·
1 Parent(s): dc02829

Update src/.streamlit/config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +6 -1
src/.streamlit/config.toml CHANGED
@@ -1,2 +1,7 @@
1
  [server]
2
- maxUploadSize = 200
 
 
 
 
 
 
1
  [server]
2
+ headless = true
3
+ port = 7860
4
+ enableXsrfProtection = false
5
+ enableCORS = false
6
+ maxUploadSize = 200
7
+ cookieSecret = "change-me-to-a-long-random-string"