MBG0903 commited on
Commit
9d1082d
·
verified ·
1 Parent(s): dfd22ba

Create .streamlit/config.toml

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