Omnibus commited on
Commit
f1e040d
1 Parent(s): 8cb9661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as app:
50
  find_string=gr.Textbox()
51
  find_btn=gr.Button("Search")
52
  with gr.Row():
53
- out_json = gr.JSON()
54
  with gr.Column():
55
  out_find = gr.JSON()
56
  out_gal = gr.Gallery()
 
50
  find_string=gr.Textbox()
51
  find_btn=gr.Button("Search")
52
  with gr.Row():
53
+ out_json = gr.DataFrame()
54
  with gr.Column():
55
  out_find = gr.JSON()
56
  out_gal = gr.Gallery()