Spaces:
Build error
Build error
Yvann commited on
Commit ·
48aa9b9
1
Parent(s): a296a04
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -13,6 +13,9 @@ port = $PORT\n\
|
|
| 13 |
\n\
|
| 14 |
[theme]\n\
|
| 15 |
base = \"light\"\n\
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
" > ~/.streamlit/config.toml
|
|
|
|
| 13 |
\n\
|
| 14 |
[theme]\n\
|
| 15 |
base = \"light\"\n\
|
| 16 |
+
primaryColor = \"#89CFF0\"\n\
|
| 17 |
+
backgroundColor = \"#E0F7FE\"\n\
|
| 18 |
+
secondaryBackgroundColor = \"#FFFCE4\"\n\
|
| 19 |
+
textColor = \"#000000\"\n\
|
| 20 |
+
font = \"sans-serif\"\n\
|
| 21 |
" > ~/.streamlit/config.toml
|