MSK34 commited on
Commit
ff0d4de
·
verified ·
1 Parent(s): 2e8b463

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +6 -0
src/.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"