Spaces:
Running
Running
Update app.py
Browse files
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.
|
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()
|