Spaces:
Running
Running
Upload 6 files
Browse files- .gitattributes +5 -0
- src/.streamlit/config.toml +14 -0
- src/static/Montserrat-Italic-VariableFont_wght.ttf +3 -0
- src/static/Montserrat-VariableFont_wght.ttf +3 -0
- src/static/NotoSans-Italic-VariableFont_wdth,wght.ttf +3 -0
- src/static/NotoSans-VariableFont_wdth,wght.ttf +3 -0
- src/static/NotoSansMono-VariableFont_wdth,wght.ttf +3 -0
.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,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# .streamlit/config.toml
|
| 2 |
+
|
| 3 |
+
[server]
|
| 4 |
+
enableStaticServing = true # Keep this if you have static files being served
|
| 5 |
+
|
| 6 |
+
[theme]
|
| 7 |
+
base="light" # Sets the overall base theme to light, for white background
|
| 8 |
+
primaryColor="#4CAF50" # A nice shade of green for buttons, links, etc.
|
| 9 |
+
backgroundColor="#FFFFFF" # Pure white for the main content background
|
| 10 |
+
secondaryBackgroundColor="#F0F2F6" # A very light grey, almost white, for sidebar/secondary elements
|
| 11 |
+
textColor="#262730" # A dark grey for text, ensures good readability on white
|
| 12 |
+
|
| 13 |
+
font="montserrat-sans, noto-sans, sans-serif"
|
| 14 |
+
codeFont="noto-mono, monospace"
|
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
|