Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,9 +5,9 @@ def plex(outtxt):
|
|
| 5 |
|
| 6 |
with gr.Blocks() as iface:
|
| 7 |
with gr.Row():
|
| 8 |
-
with gr.Column(scale=1):
|
| 9 |
-
outtxt=gr.Textbox()
|
| 10 |
with gr.Column(scale=4):
|
|
|
|
|
|
|
| 11 |
with gr.Tabs():
|
| 12 |
with gr.Row():
|
| 13 |
tab1=gr.Tab()
|
|
|
|
| 5 |
|
| 6 |
with gr.Blocks() as iface:
|
| 7 |
with gr.Row():
|
|
|
|
|
|
|
| 8 |
with gr.Column(scale=4):
|
| 9 |
+
outtxt=gr.Textbox()
|
| 10 |
+
with gr.Column(scale=1):
|
| 11 |
with gr.Tabs():
|
| 12 |
with gr.Row():
|
| 13 |
tab1=gr.Tab()
|