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