Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ with gr.Blocks(theme='Tonic/greenblast-alpha') as demo:
|
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
# Theme preview: `greenblast`
|
| 15 |
-
To use this theme, set `theme='Tonic/
|
| 16 |
"""
|
| 17 |
)
|
| 18 |
with gr.Column(scale=3):
|
|
|
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
# Theme preview: `greenblast`
|
| 15 |
+
To use this theme, set `theme='Tonic/greenblast-alpha'` in `gr.Blocks()` or `gr.Interface()`.
|
| 16 |
"""
|
| 17 |
)
|
| 18 |
with gr.Column(scale=3):
|