Update process_interview.py
Browse files- process_interview.py +1 -1
process_interview.py
CHANGED
|
@@ -768,7 +768,7 @@ def create_pdf_report(analysis_data: Dict, output_path: str, gemini_report_text:
|
|
| 768 |
for line in sections['Role Fit']:
|
| 769 |
story.append(Paragraph(line, bullet_style))
|
| 770 |
else:
|
| 771 |
-
story.append(Paragraph("Potential for role fit exists; further evaluation needed to confirm alignment.", bullet_style))
|
| 772 |
story.append(Spacer(1, 0.15*inch))
|
| 773 |
|
| 774 |
# Recommendations
|
|
|
|
| 768 |
for line in sections['Role Fit']:
|
| 769 |
story.append(Paragraph(line, bullet_style))
|
| 770 |
else:
|
| 771 |
+
story.append(Paragraph("Potential for role fit exists; further evaluation needed to confirm alignment.", bullet_style))
|
| 772 |
story.append(Spacer(1, 0.15*inch))
|
| 773 |
|
| 774 |
# Recommendations
|