Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
828108b
1
Parent(s):
e6b3c98
revert table font
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def get_theme():
|
|
165 |
neutral_hue=colors.gray, # keep neutrals subtle
|
166 |
# # techno font
|
167 |
# font=gr.themes.GoogleFont("Orbitron"),
|
168 |
-
font_mono=gr.themes.GoogleFont("JetBrains Mono"),
|
169 |
text_size=sizes.text_md, # keep defaults
|
170 |
spacing_size=sizes.spacing_md,
|
171 |
radius_size=sizes.radius_md,
|
|
|
165 |
neutral_hue=colors.gray, # keep neutrals subtle
|
166 |
# # techno font
|
167 |
# font=gr.themes.GoogleFont("Orbitron"),
|
168 |
+
# font_mono=gr.themes.GoogleFont("JetBrains Mono"),
|
169 |
text_size=sizes.text_md, # keep defaults
|
170 |
spacing_size=sizes.spacing_md,
|
171 |
radius_size=sizes.radius_md,
|