Omnibus commited on
Commit
2322049
1 Parent(s): 8512e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -60,8 +60,9 @@ with gr.Blocks() as app:
60
  find_string=gr.Textbox()
61
  find_btn=gr.Button("Search")
62
  with gr.Row():
63
- out_json = gr.DataFrame()
64
- with gr.Column():
 
65
  out_find = gr.JSON()
66
  out_gal = gr.Gallery()
67
 
 
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()
67
  out_gal = gr.Gallery()
68