Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Upload .streamlit/config.toml with huggingface_hub
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[client]
|
| 2 |
+
showSidebarNavigation = false
|
| 3 |
+
|
| 4 |
+
[theme]
|
| 5 |
+
base = "light"
|
| 6 |
+
primaryColor = "#CFB991"
|
| 7 |
+
backgroundColor = "#FAF9F7"
|
| 8 |
+
secondaryBackgroundColor = "#FFFFFF"
|
| 9 |
+
textColor = "#0F172A"
|
| 10 |
+
font = "sans serif"
|