davidr70 commited on
Commit
714c819
·
1 Parent(s): 0a408c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ async def initialize_data():
49
  question_options = [q['text'] for q in questions]
50
  finder_options = [s["name"] for s in source_finders]
51
  baseline_ranker_options = [b["name"] for b in baseline_rankers]
52
- update_run_ids(ALL_QUESTIONS_STR, list(source_finders_dict.keys())[0])
53
 
54
 
55
  def update_run_ids(question_option, source_finder_name):
 
49
  question_options = [q['text'] for q in questions]
50
  finder_options = [s["name"] for s in source_finders]
51
  baseline_ranker_options = [b["name"] for b in baseline_rankers]
52
+ await update_run_ids_async(ALL_QUESTIONS_STR, list(source_finders_dict.keys())[0])
53
 
54
 
55
  def update_run_ids(question_option, source_finder_name):