Spaces:
Sleeping
Sleeping
Update main_backup.py
#10
by Pragatik771 - opened
- main_backup.py +7 -7
main_backup.py
CHANGED
|
@@ -503,18 +503,18 @@ def show_email_composer(shortlisted_candidates):
|
|
| 503 |
if 'email_body' not in st.session_state:
|
| 504 |
st.session_state.email_body = """<p>Dear {name},</p>
|
| 505 |
|
| 506 |
-
<p>We are
|
| 507 |
|
| 508 |
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 5px; margin: 20px 0;">
|
| 509 |
-
<h3 style="color: #2c3e50; margin-top: 0;">Your
|
| 510 |
-
<p
|
| 511 |
-
|
| 512 |
-
</p>
|
| 513 |
</div>
|
| 514 |
|
| 515 |
-
<p>
|
| 516 |
|
| 517 |
-
<p>If you have any questions, please
|
| 518 |
|
| 519 |
<p style="margin-top: 30px;">
|
| 520 |
Best regards,<br>
|
|
|
|
| 503 |
if 'email_body' not in st.session_state:
|
| 504 |
st.session_state.email_body = """<p>Dear {name},</p>
|
| 505 |
|
| 506 |
+
<p>We are excited to inform you that your application for the <strong>{job_title}</strong> position has progressed to the next stage!</p>
|
| 507 |
|
| 508 |
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 5px; margin: 20px 0;">
|
| 509 |
+
<h3 style="color: #2c3e50; margin-top: 0;">Your Application Status</h3>
|
| 510 |
+
<p><strong>Position:</strong> {job_title}</p>
|
| 511 |
+
<p><strong>Status:</strong> Your application is under review</p>
|
| 512 |
+
<p>Our hiring team will be in touch shortly with the next steps in our selection process.</p>
|
| 513 |
</div>
|
| 514 |
|
| 515 |
+
<p>We were particularly impressed with your qualifications and experience. While we review all applications, we wanted to let you know that your profile has stood out to us.</p>
|
| 516 |
|
| 517 |
+
<p>If you have any questions in the meantime, please don't hesitate to reply to this email.</p>
|
| 518 |
|
| 519 |
<p style="margin-top: 30px;">
|
| 520 |
Best regards,<br>
|