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