BenchmarkBot commited on
Commit
05aa7eb
β€’
1 Parent(s): 996d4ed

click event inside dmo context

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -187,15 +187,16 @@ with demo:
187
  # elem_id="1xA100-plot",
188
  # show_label=False,
189
  # )
190
- # Callbacks
191
- submit_button.click(
192
- submit_query,
193
- [
194
- search_bar, backend_checkboxes, datatype_checkboxes, threshold_slider,
195
- single_A100_for_search
196
- ],
197
- [single_A100_leaderboard]
198
- )
 
199
  with gr.Row():
200
  with gr.Accordion("πŸ“™ Citation", open=False):
201
  citation_button = gr.Textbox(
 
187
  # elem_id="1xA100-plot",
188
  # show_label=False,
189
  # )
190
+
191
+ # Callbacks
192
+ submit_button.click(
193
+ submit_query,
194
+ [
195
+ search_bar, backend_checkboxes, datatype_checkboxes, threshold_slider,
196
+ single_A100_for_search
197
+ ],
198
+ [single_A100_leaderboard]
199
+ )
200
  with gr.Row():
201
  with gr.Accordion("πŸ“™ Citation", open=False):
202
  citation_button = gr.Textbox(