Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,8 @@ examples = [
|
|
144 |
"An astronaut riding a green horse",
|
145 |
]
|
146 |
|
147 |
-
theme = gr.themes.
|
148 |
-
font=[gr.themes.GoogleFont('
|
149 |
)
|
150 |
js_func = """
|
151 |
function refresh() {
|
|
|
144 |
"An astronaut riding a green horse",
|
145 |
]
|
146 |
|
147 |
+
theme = gr.themes.Soft(
|
148 |
+
font=[gr.themes.GoogleFont('Dancing Script'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
149 |
)
|
150 |
js_func = """
|
151 |
function refresh() {
|