jialicheng commited on
Commit
ea776c6
·
verified ·
1 Parent(s): 28deedd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- test_search,
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
  )