Spaces:
Running
Running
Create .streamlit/config.toml
Browse files
app/.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "light"
|
| 3 |
+
primaryColor = "#0066cc"
|
| 4 |
+
backgroundColor = "#ffffff"
|
| 5 |
+
secondaryBackgroundColor = "#f0f2f6"
|
| 6 |
+
textColor = "#262730"
|
| 7 |
+
font = "sans serif"
|