gabejavitt commited on
Commit
17fd563
·
verified ·
1 Parent(s): e781a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ class AnswerValidator:
302
  """Validate and check answers"""
303
 
304
  @staticmethod
305
- def load_answer_sheet(filepath: str = "answer_sheet.json") -> Dict[str, str]:
306
  """Load answer sheet"""
307
  try:
308
  if os.path.exists(filepath):
 
302
  """Validate and check answers"""
303
 
304
  @staticmethod
305
+ def load_answer_sheet(filepath: str = "answer_sheet_json.json") -> Dict[str, str]:
306
  """Load answer sheet"""
307
  try:
308
  if os.path.exists(filepath):