Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ with gr.Blocks(theme='Respair/[email protected]') as demo:
|
|
11 |
gr.Markdown(
|
12 |
"""
|
13 |
# Theme preview: `Shiki`
|
14 |
-
To use this theme, set `theme='Respair/[email protected]'` in `gr.Blocks()` or `gr.Interface()`.
|
15 |
of this theme.
|
16 |
"""
|
17 |
)
|
|
|
11 |
gr.Markdown(
|
12 |
"""
|
13 |
# Theme preview: `Shiki`
|
14 |
+
To use this theme, set `theme='Respair/[email protected]'` or `theme='Respair/[email protected]'` in `gr.Blocks()` or `gr.Interface()`.
|
15 |
of this theme.
|
16 |
"""
|
17 |
)
|