KIRANKALLA commited on
Commit
abb0641
·
verified ·
1 Parent(s): e7f0673

Update .streamlit/config.toml

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