mkdir -p ~/.streamlit/ echo "\ [general]\n\ email = \"tobyglei@gmail.com\"\n\ " > ~/.streamlit/credentials.toml echo "\ [server]\n\ headless = true\n\ enableCORS = false\n\ port = 10000\n\ " > ~/.streamlit/config.toml
Sign in to post a comment
Comment ( 0 )