Spaces:
Sleeping
Sleeping
Update QnA.py
Browse files
QnA.py
CHANGED
@@ -14,9 +14,7 @@ load_dotenv()
|
|
14 |
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
-
template =
|
18 |
-
"""
|
19 |
-
You are a Talent Aquition bot provided with the Resume of the Candidate in the context below.
|
20 |
Answer the question asked about candidate from the provided context in precise manner.
|
21 |
|
22 |
\n\n:{context}
|
|
|
14 |
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
+
template = """You are a Talent Aquition bot provided with the Resume of the Candidate in the context below.
|
|
|
|
|
18 |
Answer the question asked about candidate from the provided context in precise manner.
|
19 |
|
20 |
\n\n:{context}
|