Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ class AnswerValidator:
|
|
| 302 |
"""Validate and check answers"""
|
| 303 |
|
| 304 |
@staticmethod
|
| 305 |
-
def load_answer_sheet(filepath: 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):
|