Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ with gr.Blocks(theme='Hev832/Applio') as demo:
|
|
13 |
# Theme preview: `Applio`
|
14 |
To use this theme, set `theme='Hev832/Applio'` in `gr.Blocks()` or `gr.Interface()`.
|
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 |
)
|
19 |
with gr.Column(scale=3):
|
|
|
13 |
# Theme preview: `Applio`
|
14 |
To use this theme, set `theme='Hev832/Applio'` in `gr.Blocks()` or `gr.Interface()`.
|
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 |
+
this theme originaly made by [Blaise](https://github.com/blaisewf)
|
18 |
"""
|
19 |
)
|
20 |
with gr.Column(scale=3):
|