dejanseo commited on
Commit
67538aa
·
verified ·
1 Parent(s): 811d664

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ src/static/Montserrat-Italic-VariableFont_wght.ttf filter=lfs diff=lfs merge=lfs -text
37
+ src/static/Montserrat-VariableFont_wght.ttf filter=lfs diff=lfs merge=lfs -text
38
+ src/static/NotoSans-Italic-VariableFont_wdth,wght.ttf filter=lfs diff=lfs merge=lfs -text
39
+ src/static/NotoSans-VariableFont_wdth,wght.ttf filter=lfs diff=lfs merge=lfs -text
40
+ src/static/NotoSansMono-VariableFont_wdth,wght.ttf filter=lfs diff=lfs merge=lfs -text
src/.streamlit/config.toml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
src/static/Montserrat-Italic-VariableFont_wght.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acaff344a059669be7699d869c923bd5bb194973dc23748074f3f21deb1452dd
3
+ size 701156
src/static/Montserrat-VariableFont_wght.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12288c03e4fa3721aca7ca984f25c042089dc3590e207c43a57199d7b4a5cdb
3
+ size 688600
src/static/NotoSans-Italic-VariableFont_wdth,wght.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf7b366af79c434984d67eae3967e9cd7a2f51c196101c43f21a7e21e608844
3
+ size 2300468
src/static/NotoSans-VariableFont_wdth,wght.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b8cac46a1c86d2533a616b1fcf4e1926b8e39bda69034508b0df96791f56d97
3
+ size 2044548
src/static/NotoSansMono-VariableFont_wdth,wght.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d856141683450ee297592b27be447eb5141c68516e5e0e748c66b6e0a54afe
3
+ size 1707908