dejanseo commited on
Commit
e5da3fa
·
verified ·
1 Parent(s): a040828

Delete .streamlit

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +0 -23
.streamlit/config.toml DELETED
@@ -1,23 +0,0 @@
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"