Spaces:
Sleeping
Sleeping
gabrielganan
commited on
Commit
•
629c826
1
Parent(s):
51e9979
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def process_and_grade(file_path, non_question_columns_str):
|
|
70 |
def grade_answer(question, participant_answer, key_answer):
|
71 |
question = str(question)
|
72 |
participant_answer = str(participant_answer)
|
73 |
-
key_answer = str(
|
74 |
"""
|
75 |
Call the fine-tuned model to grade an answer based on the question,
|
76 |
the participant's answer, and the key answer.
|
|
|
70 |
def grade_answer(question, participant_answer, key_answer):
|
71 |
question = str(question)
|
72 |
participant_answer = str(participant_answer)
|
73 |
+
key_answer = str(key_answer)
|
74 |
"""
|
75 |
Call the fine-tuned model to grade an answer based on the question,
|
76 |
the participant's answer, and the key answer.
|