Update app.py
Browse files
app.py
CHANGED
@@ -10,9 +10,8 @@ with gr.Blocks(theme='Respair/miku') as demo:
|
|
10 |
with gr.Column(scale=10):
|
11 |
gr.Markdown(
|
12 |
"""
|
13 |
-
# Theme preview: `
|
14 |
-
To use this theme, set `theme='Respair/
|
15 |
-
You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
|
16 |
of this theme.
|
17 |
"""
|
18 |
)
|
|
|
10 |
with gr.Column(scale=10):
|
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 |
)
|