Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,5 +93,5 @@ with gr.Blocks(css=style,head=head) as b:
|
|
| 93 |
next_btn.click(next_show,[hid_start],[prev_btn,show_html,hid_start]).then(search,[query,num,hid_start],[json_out,html_out])
|
| 94 |
prev_btn.click(next_show,[hid_start],[prev_btn,show_html,hid_start]).then(search,[query,num,hid_start],[json_out,html_out])
|
| 95 |
|
| 96 |
-
sub.click(search,[query,num,
|
| 97 |
b.launch()
|
|
|
|
| 93 |
next_btn.click(next_show,[hid_start],[prev_btn,show_html,hid_start]).then(search,[query,num,hid_start],[json_out,html_out])
|
| 94 |
prev_btn.click(next_show,[hid_start],[prev_btn,show_html,hid_start]).then(search,[query,num,hid_start],[json_out,html_out])
|
| 95 |
|
| 96 |
+
sub.click(search,[query,num,hid_start],[json_out,html_out])
|
| 97 |
b.launch()
|