a b/setup.sh
1
mkdir -p ~/.streamlit/
2
echo "[theme]
3
backgroundColor='#06060a'
4
secondaryBackgroundColor='#292b35'
5
textColor='#fdfbfb'
6
font='serif'
7
[server]
8
headless = true
9
port = $PORT
10
enableCORS = false
11
" > ~/.streamlit/config.toml