Skip to content

Commit

Permalink
Create setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mertorelio authored Jul 23, 2022
1 parent e57dffc commit 185bf6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdir -p ~/.streamlit/

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

0 comments on commit 185bf6c

Please sign in to comment.