Spaces:
Sleeping
Sleeping
chore: remove: gr.Row().style(equal_height=True)
Browse files
app.py
CHANGED
@@ -654,7 +654,8 @@ if __name__ == "__main__":
|
|
654 |
)
|
655 |
error_box4 = gr.Textbox(label="Error ❌", visible=False)
|
656 |
|
657 |
-
with gr.Row().style(equal_height=False):
|
|
|
658 |
with gr.Column(scale=4):
|
659 |
send_input_btn = gr.Button("Send data")
|
660 |
with gr.Column(scale=1):
|
@@ -697,7 +698,8 @@ if __name__ == "__main__":
|
|
697 |
error_box6 = gr.Textbox(label="Error ❌", visible=False)
|
698 |
|
699 |
# Step 4.1: Data transmission
|
700 |
-
with gr.Row().style(equal_height=True):
|
|
|
701 |
with gr.Column(scale=4):
|
702 |
get_output_btn = gr.Button("Get data")
|
703 |
with gr.Column(scale=1):
|
|
|
654 |
)
|
655 |
error_box4 = gr.Textbox(label="Error ❌", visible=False)
|
656 |
|
657 |
+
# with gr.Row().style(equal_height=False):
|
658 |
+
with gr.Row():
|
659 |
with gr.Column(scale=4):
|
660 |
send_input_btn = gr.Button("Send data")
|
661 |
with gr.Column(scale=1):
|
|
|
698 |
error_box6 = gr.Textbox(label="Error ❌", visible=False)
|
699 |
|
700 |
# Step 4.1: Data transmission
|
701 |
+
# with gr.Row().style(equal_height=True):
|
702 |
+
with gr.Row():
|
703 |
with gr.Column(scale=4):
|
704 |
get_output_btn = gr.Button("Get data")
|
705 |
with gr.Column(scale=1):
|