qqubb commited on
Commit
22bca50
·
verified ·
1 Parent(s): 22ff3ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -592,7 +592,7 @@ with gr.Blocks() as demo:
592
  )
593
  error_box4 = gr.Textbox(label="Error ❌", visible=False)
594
 
595
- with gr.Row().style(equal_height=False):
596
  with gr.Column(scale=4):
597
  send_input_btn = gr.Button("Send data")
598
  with gr.Column(scale=1):
@@ -634,7 +634,7 @@ with gr.Blocks() as demo:
634
  error_box6 = gr.Textbox(label="Error ❌", visible=False)
635
 
636
  # Step 4.1: Data transmission
637
- with gr.Row().style(equal_height=True):
638
  with gr.Column(scale=4):
639
  get_output_btn = gr.Button("Get data")
640
  with gr.Column(scale=1):
 
592
  )
593
  error_box4 = gr.Textbox(label="Error ❌", visible=False)
594
 
595
+ with gr.Row():
596
  with gr.Column(scale=4):
597
  send_input_btn = gr.Button("Send data")
598
  with gr.Column(scale=1):
 
634
  error_box6 = gr.Textbox(label="Error ❌", visible=False)
635
 
636
  # Step 4.1: Data transmission
637
+ with gr.Row():
638
  with gr.Column(scale=4):
639
  get_output_btn = gr.Button("Get data")
640
  with gr.Column(scale=1):