diff --git a/session_2/challenge/submissions/baseline.py b/session_2/challenge/submissions/baseline.py index 0ad174f..c8f6b3e 100644 --- a/session_2/challenge/submissions/baseline.py +++ b/session_2/challenge/submissions/baseline.py @@ -12,7 +12,7 @@ def build_prompt(self, job_description: str) -> str: prompt = f""" Say "YES" if the given job description is suitable for - a freshers other wise say "NO" + a freshers other wise say "NO". {job_description}.