Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -5,9 +5,9 @@ enableStaticServing=true
|
|
5 |
|
6 |
|
7 |
|
8 |
-
[[theme.fontFaces]]
|
9 |
-
family="SpaceMono"
|
10 |
-
url="app/static/SpaceMono-Regular.ttf"
|
11 |
|
12 |
|
13 |
[theme]
|
@@ -16,7 +16,7 @@ primaryColor="slateBlue"
|
|
16 |
backgroundColor="white"
|
17 |
secondaryBackgroundColor="lavender"
|
18 |
baseRadius="full"
|
19 |
-
font="
|
20 |
borderColor="mediumSlateBlue"
|
21 |
showWidgetBorder=true
|
22 |
linkColor="darkOrchid"
|
|
|
5 |
|
6 |
|
7 |
|
8 |
+
#[[theme.fontFaces]]
|
9 |
+
#family="SpaceMono"
|
10 |
+
#url="app/static/SpaceMono-Regular.ttf"
|
11 |
|
12 |
|
13 |
[theme]
|
|
|
16 |
backgroundColor="white"
|
17 |
secondaryBackgroundColor="lavender"
|
18 |
baseRadius="full"
|
19 |
+
font="monospace"
|
20 |
borderColor="mediumSlateBlue"
|
21 |
showWidgetBorder=true
|
22 |
linkColor="darkOrchid"
|