Spaces:
Runtime error
Runtime error
Mail line break fix
Browse files
app.py
CHANGED
@@ -280,9 +280,13 @@ def send_evaluation(history, job, resume, job_params):
|
|
280 |
# E-Mail-Nachricht erstellen
|
281 |
subject = "Evaluation for the job: "+job_params[0]
|
282 |
message = f"""Dear Recruiter,
|
|
|
283 |
Please find attached the complete chat history for this evaluation, resume and summary.
|
|
|
284 |
The evaluation AI-supported summarized:
|
|
|
285 |
{ai_summary}
|
|
|
286 |
Sincerely,
|
287 |
Your Evaluation Tool
|
288 |
"""
|
|
|
280 |
# E-Mail-Nachricht erstellen
|
281 |
subject = "Evaluation for the job: "+job_params[0]
|
282 |
message = f"""Dear Recruiter,
|
283 |
+
|
284 |
Please find attached the complete chat history for this evaluation, resume and summary.
|
285 |
+
|
286 |
The evaluation AI-supported summarized:
|
287 |
+
|
288 |
{ai_summary}
|
289 |
+
|
290 |
Sincerely,
|
291 |
Your Evaluation Tool
|
292 |
"""
|