Skip to content

Instantly share code, notes, and snippets.

@mkhorasani
Created October 22, 2020 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhorasani/89c2c9ff54e1e828e9ba51c35be17abb to your computer and use it in GitHub Desktop.
Save mkhorasani/89c2c9ff54e1e828e9ba51c35be17abb to your computer and use it in GitHub Desktop.
mkdir -p ~/.streamlit/
echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment