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