Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +19 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
enableStaticServing = true
|
| 3 |
+
|
| 4 |
+
[[theme.fontFaces]]
|
| 5 |
+
family = "IBM Plex Sans"
|
| 6 |
+
url = "../IBMPlexSans-Regular.ttf"
|
| 7 |
+
style = "normal"
|
| 8 |
+
weight = 400
|
| 9 |
+
|
| 10 |
+
[theme]
|
| 11 |
+
font = "'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif"
|
| 12 |
+
primaryColor = "#F600FF"
|
| 13 |
+
# backgroundColor = "#F8F9FB"
|
| 14 |
+
# secondaryBackgroundColor = "#00FBFF"
|
| 15 |
+
# textColor = "#0034A3"
|
| 16 |
+
baseRadius = "none"
|
| 17 |
+
# baseFontSize = 16
|
| 18 |
+
|
| 19 |
+
# Optional: you can set other theme options here, such as borderRadius, etc.
|