Spaces:
Sleeping
Sleeping
File size: 421 Bytes
43c87a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
mkdir -p ~/.streamlit/
cat ~/.streamlit/test.txt
echo "\
[general]\n\
email = \"[email protected]\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
\[theme]\n\
primaryColor = \"#d33682\"\n\
backgroundColor = \"#d1d1e0\"\n\
secondaryBackgroundColor = \"#586e75\"\n\
textColor = \"#fafafa\"\n\
font = \"sans serif\"\n\
" > ~/.streamlit/config.toml |