Skip to content

Commit

Permalink
Create setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar-codes authored May 15, 2022
1 parent 3c7f626 commit c9f2e8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
mkdir -p ~/.streamlit/

echo "\
[general]\n\
email = \"email@domain\"\n\
" > ~/.streamlit/credentials.toml

echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml

0 comments on commit c9f2e8b

Please sign in to comment.