Skip to content

Commit

Permalink
Create setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dataprofessor authored Jun 27, 2020
1 parent f805192 commit 622e04c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions streamlit/part4/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mkdir -p ~/.streamlit/
echo “\
[general]\n\
email = \”[email protected]\”\n\
> ~/.streamlit/credentials.toml
echo “\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
> ~/.streamlit/config.toml

0 comments on commit 622e04c

Please sign in to comment.