Junaidb commited on
Commit
eac8bc7
·
verified ·
1 Parent(s): 0133835

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +8 -1
.streamlit/config.toml CHANGED
@@ -1,7 +1,14 @@
 
 
 
 
 
 
1
 
2
  [[theme.fontFaces]]
3
  family="SpaceMono"
4
- url="https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/SpaceMono-Regular%20(2).ttf"
 
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"