Spaces:
Running
Running
Upload config.toml
Browse files- src/.streamlit/config.toml +23 -0
src/.streamlit/config.toml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
enableStaticServing = true
|
| 3 |
+
|
| 4 |
+
[[theme.fontFaces]]
|
| 5 |
+
family="montserrat-sans"
|
| 6 |
+
url="app/static/Montserrat-Italic-VariableFont_wght.ttf"
|
| 7 |
+
style="italic"
|
| 8 |
+
weight=500
|
| 9 |
+
[[theme.fontFaces]]
|
| 10 |
+
family="montserrat-sans"
|
| 11 |
+
url="app/static/Montserrat-VariableFont_wght.ttf"
|
| 12 |
+
style="normal"
|
| 13 |
+
weight=500
|
| 14 |
+
[[theme.fontFaces]]
|
| 15 |
+
family="noto-mono"
|
| 16 |
+
url="app/static/NotoSansMono-VariableFont_wdth,wght.ttf"
|
| 17 |
+
|
| 18 |
+
[theme]
|
| 19 |
+
font="montserrat-sans, noto-sans, sans-serif"
|
| 20 |
+
codeFont="noto-mono, monospace"
|
| 21 |
+
baseFontSize=16
|
| 22 |
+
primaryColor="#28a745"
|
| 23 |
+
backgroundColor="#FFFFFF"
|