dawit45 commited on
Commit
c4d9372
·
verified ·
1 Parent(s): 18fc635

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ enableStaticServing = true
3
+ headless = true
4
+
5
+ [theme]
6
+ primaryColor = "#4285f4"
7
+ backgroundColor = "#0e0e10"
8
+ secondaryBackgroundColor = "#1e1e20"
9
+ textColor = "#e3e3e3"
10
+ font = "sans serif"
11
+
12
+ [[theme.fontFaces]]
13
+ family = "Abyssinica"
14
+ url = "app/static/AbyssinicaSIL.ttf"
15
+ style = "normal"
16
+ weight = 400