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