Omnibus commited on
Commit
9bf98ce
1 Parent(s): 2322049

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as app:
60
  find_string=gr.Textbox()
61
  find_btn=gr.Button("Search")
62
  with gr.Row():
63
- with gr.Row(scale=1)
64
  out_json = gr.JSON()
65
  with gr.Column(scale=3):
66
  out_find = gr.JSON()
 
60
  find_string=gr.Textbox()
61
  find_btn=gr.Button("Search")
62
  with gr.Row():
63
+ with gr.Column(scale=1):
64
  out_json = gr.JSON()
65
  with gr.Column(scale=3):
66
  out_find = gr.JSON()