Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +17 -4
.streamlit/config.toml
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
-
[
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
# Primary accent for interactive elements
|
| 3 |
+
primaryColor = '#0091D5'
|
| 4 |
+
|
| 5 |
+
# Background color for the main content area
|
| 6 |
+
backgroundColor = '#F1F1F1'
|
| 7 |
+
|
| 8 |
+
# Background color for sidebar and most interactive widgets
|
| 9 |
+
secondaryBackgroundColor = '#e1e0ff'
|
| 10 |
+
|
| 11 |
+
# Color used for almost all text
|
| 12 |
+
textColor = '#000000'
|
| 13 |
+
|
| 14 |
+
# Font family for all text in the app, except code blocks
|
| 15 |
+
# Accepted values (serif | sans serif | monospace)
|
| 16 |
+
# Default: "sans serif"
|
| 17 |
+
font = "sans serif"
|