Spaces:
Running
Running
Update app.py
Browse filesPossible fix after sdk update.
app.py
CHANGED
@@ -6,7 +6,7 @@ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
|
|
6 |
dropdown, js = create_theme_dropdown()
|
7 |
|
8 |
with gr.Blocks(theme='Taithrah/Minimal') as demo:
|
9 |
-
with gr.Row(
|
10 |
with gr.Column(scale=10):
|
11 |
gr.Markdown(
|
12 |
"""
|
|
|
6 |
dropdown, js = create_theme_dropdown()
|
7 |
|
8 |
with gr.Blocks(theme='Taithrah/Minimal') as demo:
|
9 |
+
with gr.Row(equal_height=True):
|
10 |
with gr.Column(scale=10):
|
11 |
gr.Markdown(
|
12 |
"""
|