Cartinoe5930 commited on
Commit
4ce2c2f
·
1 Parent(s): 3cc4a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def load_responses():
78
 
79
  def load_questions(math, gsm):
80
  math_questions = []
81
- gsm_auestions = []
82
  # mmlu_questions = []
83
  for i in range(100):
84
  math_questions.append(f"{i+1}. " + math[i]["question"])
 
78
 
79
  def load_questions(math, gsm):
80
  math_questions = []
81
+ gsm_questionsuestions = []
82
  # mmlu_questions = []
83
  for i in range(100):
84
  math_questions.append(f"{i+1}. " + math[i]["question"])