Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -1
.streamlit/config.toml
CHANGED
@@ -1,7 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
[[theme.fontFaces]]
|
3 |
family="SpaceMono"
|
4 |
-
url="
|
|
|
5 |
|
6 |
[theme]
|
7 |
base="light"
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing=true
|
3 |
+
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
|
8 |
[[theme.fontFaces]]
|
9 |
family="SpaceMono"
|
10 |
+
url="app/static/SpaceMono-Regular.ttf"
|
11 |
+
|
12 |
|
13 |
[theme]
|
14 |
base="light"
|