Spaces:
Runtime error
Runtime error
Set rows equal height
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(**AinaGradioTheme().get_kwargs()) as demo:
|
|
45 |
"""
|
46 |
)
|
47 |
|
48 |
-
with gr.Row( equal_height=
|
49 |
with gr.Column(variant="panel"):
|
50 |
placeholder_max_characters = Textbox(
|
51 |
visible=False,
|
|
|
45 |
"""
|
46 |
)
|
47 |
|
48 |
+
with gr.Row( equal_height=True):
|
49 |
with gr.Column(variant="panel"):
|
50 |
placeholder_max_characters = Textbox(
|
51 |
visible=False,
|