BenchmarkBot commited on
Commit
bc92145
β€’
1 Parent(s): 8c85e39

add plot to query results

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ with demo:
205
  submit_button.click(
206
  filter_query,
207
  [search_bar, backend_checkboxes, datatype_checkboxes, threshold_slider],
208
- [single_A100_leaderboard]
209
  )
210
 
211
  with gr.Row():
 
205
  submit_button.click(
206
  filter_query,
207
  [search_bar, backend_checkboxes, datatype_checkboxes, threshold_slider],
208
+ [single_A100_leaderboard, single_A100_plotly],
209
  )
210
 
211
  with gr.Row():