Spaces:
Runtime error
Runtime error
Deila Proalfa
commited on
Commit
·
d01bd77
1
Parent(s):
8b71f22
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ theme = Gradio.themes.Monochrome(
|
|
16 |
font=[Gradio.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
|
17 |
)
|
18 |
|
19 |
-
class
|
20 |
def __init__(
|
21 |
self,
|
22 |
*,
|
|
|
16 |
font=[Gradio.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
|
17 |
)
|
18 |
|
19 |
+
class CyanTheme(Base):
|
20 |
def __init__(
|
21 |
self,
|
22 |
*,
|