Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ class OrangeRedTheme(Soft):
|
|
| 94 |
#),
|
| 95 |
#font_mono: fonts.Font | str | Iterable[fonts.Font | str] = (
|
| 96 |
# fonts.GoogleFont("IBM Plex Mono"), "ui-monospace", "monospace",
|
| 97 |
-
),
|
| 98 |
):
|
| 99 |
super().__init__(
|
| 100 |
primary_hue=primary_hue,
|
|
|
|
| 94 |
#),
|
| 95 |
#font_mono: fonts.Font | str | Iterable[fonts.Font | str] = (
|
| 96 |
# fonts.GoogleFont("IBM Plex Mono"), "ui-monospace", "monospace",
|
| 97 |
+
#),
|
| 98 |
):
|
| 99 |
super().__init__(
|
| 100 |
primary_hue=primary_hue,
|