Spaces:
Sleeping
Sleeping
jialicheng
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as demo:
|
|
163 |
|
164 |
# Link the input components to the output function
|
165 |
submit_button.click(
|
166 |
-
|
167 |
inputs=[textbox, checkbox, min_year_slider, max_year_slider],
|
168 |
outputs=output_table
|
169 |
)
|
|
|
163 |
|
164 |
# Link the input components to the output function
|
165 |
submit_button.click(
|
166 |
+
search,
|
167 |
inputs=[textbox, checkbox, min_year_slider, max_year_slider],
|
168 |
outputs=output_table
|
169 |
)
|