Update .streamlit/config.toml
Browse files- .streamlit/config.toml +10 -4
.streamlit/config.toml
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
-
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "light"
|
| 3 |
+
primaryColor = "#1a1a1a"
|
| 4 |
+
backgroundColor = "#ffffff"
|
| 5 |
+
secondaryBackgroundColor = "#f7f7f7"
|
| 6 |
+
textColor = "#1a1a1a"
|
| 7 |
+
font = "sans serif"
|
| 8 |
+
|
| 9 |
+
[server]
|
| 10 |
+
headless = true
|