File size: 212 Bytes
3af04c7
 
 
 
 
 
 
 
 
 
 
 
 
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