BenchmarkBot commited on
Commit
8af7268
ยท
1 Parent(s): 07da7d0

test submit query

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def get_benchmark_df(benchmark):
68
  # return gr.Tabs.update(selected=0)
69
 
70
 
71
- def submit_query(text, backends, datatypes, threshold, raw_dfs):
72
  filtered_dfs = []
73
  for raw_df in raw_dfs:
74
  # extract the average score (float) from the clickable score (clickable markdown)
 
68
  # return gr.Tabs.update(selected=0)
69
 
70
 
71
+ def submit_query(text, backends, datatypes, threshold, *raw_dfs):
72
  filtered_dfs = []
73
  for raw_df in raw_dfs:
74
  # extract the average score (float) from the clickable score (clickable markdown)