Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,12 +116,12 @@ with gr.Blocks() as app:
|
|
116 |
lvl_5=gr.Textbox(label="lvl_5")
|
117 |
|
118 |
find_btn=gr.Button("Search")
|
119 |
-
out_json = gr.JSON()
|
120 |
-
|
121 |
-
with gr.Column(scale=1):
|
122 |
out_find = gr.JSON()
|
123 |
out_gal = gr.Gallery()
|
124 |
|
|
|
|
|
|
|
125 |
|
126 |
find_btn.click(upd_drop,[lvl_1,lvl_2,lvl_3,lvl_4,lvl_5,data_set_url,config_set,split_set],out_find)
|
127 |
view_data.click(query2,[data_set_url,config_set,split_set],[out_find,lvl_1])
|
|
|
116 |
lvl_5=gr.Textbox(label="lvl_5")
|
117 |
|
118 |
find_btn=gr.Button("Search")
|
|
|
|
|
|
|
119 |
out_find = gr.JSON()
|
120 |
out_gal = gr.Gallery()
|
121 |
|
122 |
+
with gr.Column(scale=1):
|
123 |
+
out_json = gr.JSON()
|
124 |
+
|
125 |
|
126 |
find_btn.click(upd_drop,[lvl_1,lvl_2,lvl_3,lvl_4,lvl_5,data_set_url,config_set,split_set],out_find)
|
127 |
view_data.click(query2,[data_set_url,config_set,split_set],[out_find,lvl_1])
|