Spaces:
Build error
Build error
Create .streamlit/ config.toml
Browse files- .streamlit/ config.toml +6 -0
.streamlit/ config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "gray"
|
| 3 |
+
backgroundColor = "white"
|
| 4 |
+
secondaryBackgroundColor = "gray"
|
| 5 |
+
textColor = "black"
|
| 6 |
+
font = "sans serif"
|