Skip to content

Commit

Permalink
bug fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-saalim committed May 14, 2024
1 parent d51abf1 commit f1af410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def evaluate():
candidate_answers = data.get('candidate_answers', {})
questions = data.get('questions', {})
print(sent_question_ids, candidate_answers, questions)
print("look")
print(questions)

responses = {}
for question_id in sent_question_ids:
Expand Down

0 comments on commit f1af410

Please sign in to comment.