Create .streamlit/config.toml
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#184b90"
|
| 3 |
+
|
| 4 |
+
backgroundColor = "#ffffff"
|
| 5 |
+
|
| 6 |
+
secondaryBackgroundColor = "#f8f9fa"
|
| 7 |
+
|
| 8 |
+
textColor = "#212529"
|
| 9 |
+
|
| 10 |
+
font = "sans serif"
|