Spaces:
Running
Running
fix init
Browse files
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 |
-
|
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):
|