Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
64 |
-
|
|
|
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 |
|