xp3857 commited on
Commit
dfd7221
1 Parent(s): 6b3d8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,7 +67,8 @@ def ac():
67
  with gr.Blocks(css=css) as b:
68
 
69
  with gr.Row():
70
- put = gr.Textbox()
 
71
  with gr.Column():
72
  with gr.Row():
73
  btn1 = gr.Button("Run")
 
67
  with gr.Blocks(css=css) as b:
68
 
69
  with gr.Row():
70
+ with gr.Column():
71
+ put = gr.Textbox()
72
  with gr.Column():
73
  with gr.Row():
74
  btn1 = gr.Button("Run")