pkiage commited on
Commit
7e99cca
1 Parent(s): e18e03c

build: enableCORS

Browse files
Files changed (1) hide show
  1. setup.sh +1 -1
setup.sh CHANGED
@@ -8,6 +8,6 @@ EOF
8
  cat << EOF > ~/.streamlit/config.toml
9
  [server]
10
  headless = true
11
- enableCORS = false
12
  port = $PORT
13
  EOF
 
8
  cat << EOF > ~/.streamlit/config.toml
9
  [server]
10
  headless = true
11
+ enableCORS = true
12
  port = $PORT
13
  EOF