JoPmt commited on
Commit
29fa19e
1 Parent(s): 642fa4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()