Spaces:
Running
Running
changed variables
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ def get_evaluation_questions():
|
|
42 |
|
43 |
Both lists must be of equal length.
|
44 |
"""
|
45 |
-
questions_str =
|
46 |
-
docs_str =
|
47 |
-
expected_str =
|
48 |
|
49 |
if not questions_str or not expected_str or not docs_str:
|
50 |
return []
|
|
|
42 |
|
43 |
Both lists must be of equal length.
|
44 |
"""
|
45 |
+
questions_str = TEST_QUESTION_1
|
46 |
+
docs_str = TEST_DOCUMENTS_1
|
47 |
+
expected_str = TEST_EXPECTED_1
|
48 |
|
49 |
if not questions_str or not expected_str or not docs_str:
|
50 |
return []
|