5311a6f 7e99cca 5311a6f
1
2
3
4
5
6
7
8
9
10
11
12
13
mkdir -p ~/.streamlit/ cat << EOF > ~/.streamlit/credentials.toml [general] email = "paul.r.kiage@gmail.com" EOF cat << EOF > ~/.streamlit/config.toml [server] headless = true enableCORS = true port = $PORT EOF