Spaces:
Running
Running
Commit
·
3cc4a8e
1
Parent(s):
012c2a5
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def load_responses():
|
|
76 |
|
77 |
return math_responses, gsm_responses#, mmlu_responses
|
78 |
|
79 |
-
def load_questions(math, gsm
|
80 |
math_questions = []
|
81 |
gsm_auestions = []
|
82 |
# mmlu_questions = []
|
|
|
76 |
|
77 |
return math_responses, gsm_responses#, mmlu_responses
|
78 |
|
79 |
+
def load_questions(math, gsm):
|
80 |
math_questions = []
|
81 |
gsm_auestions = []
|
82 |
# mmlu_questions = []
|