Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,8 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
|
433 |

|
434 |
""")
|
435 |
|
436 |
-
with gr.Row().style(equal_height=False):
|
|
|
437 |
with gr.Column():
|
438 |
with gr.Tabs():
|
439 |
with gr.TabItem("Inputs"):
|
|
|
433 |

|
434 |
""")
|
435 |
|
436 |
+
#with gr.Row().style(equal_height=False):
|
437 |
+
with gr.Row():
|
438 |
with gr.Column():
|
439 |
with gr.Tabs():
|
440 |
with gr.TabItem("Inputs"):
|