Skip to content

Commit

Permalink
Add dot (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulvp authored Apr 21, 2024
2 parents 425734f + 127e589 commit e473a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_2/challenge/submissions/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def build_prompt(self, job_description: str) -> str:
Say "YES" if the given job description is suitable for
a freshers other wise say "NO".
{job_description}.
{job_description}
"""
return prompt.strip()
Expand Down

0 comments on commit e473a36

Please sign in to comment.