PaulNdrei commited on
Commit
49cb756
·
1 Parent(s): b0a5997

Set rows equal height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(**AinaGradioTheme().get_kwargs()) as demo:
45
  """
46
  )
47
 
48
- with gr.Row( equal_height=False):
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,