Shubham 10000 commited on
Commit
c39844f
·
1 Parent(s): 07fbda7

version 2.0 config file changes

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