Upload .streamlit/config.toml
Browse files- .streamlit/config.toml +14 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[global]
|
| 2 |
+
|
| 3 |
+
[server]
|
| 4 |
+
headless = true
|
| 5 |
+
|
| 6 |
+
[client]
|
| 7 |
+
initialSidebarState = "expanded"
|
| 8 |
+
|
| 9 |
+
[theme]
|
| 10 |
+
primaryColor="#c30f08"
|
| 11 |
+
backgroundColor="#ffffff"
|
| 12 |
+
secondaryBackgroundColor="#eceded"
|
| 13 |
+
textColor="#000000"
|
| 14 |
+
font="sans serif"
|