Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,12 +6,12 @@ import gradio as gr
|
|
| 6 |
|
| 7 |
dropdown, js = create_theme_dropdown()
|
| 8 |
|
| 9 |
-
with gr.Blocks(theme='Yntec/
|
| 10 |
with gr.Row().style(equal_height=True):
|
| 11 |
with gr.Column(scale=10):
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
-
# Theme preview: `
|
| 15 |
To use this theme, set `theme='HaleyCH_Theme_craiyon_alt'` in `gr.Blocks()` or `gr.Interface()`.
|
| 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.
|
|
|
|
| 6 |
|
| 7 |
dropdown, js = create_theme_dropdown()
|
| 8 |
|
| 9 |
+
with gr.Blocks(theme='Yntec/HaleyCH_Theme_Cream') as demo:
|
| 10 |
with gr.Row().style(equal_height=True):
|
| 11 |
with gr.Column(scale=10):
|
| 12 |
gr.Markdown(
|
| 13 |
"""
|
| 14 |
+
# Theme preview: `HaleyCH_Theme_Cream`
|
| 15 |
To use this theme, set `theme='HaleyCH_Theme_craiyon_alt'` in `gr.Blocks()` or `gr.Interface()`.
|
| 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.
|