Update process_interview.py
Browse files- process_interview.py +1 -1
process_interview.py
CHANGED
|
@@ -776,7 +776,7 @@ def create_pdf_report(analysis_data: Dict, output_path: str, gemini_report_text:
|
|
| 776 |
story.append(Paragraph("Development Priorities", h3))
|
| 777 |
if sections['Recommendations']['Development']:
|
| 778 |
for line in sections['Recommendations']['Development']:
|
| 779 |
-
story.append(Paragraph(line, bullet_style))
|
| 780 |
else:
|
| 781 |
story.append(Paragraph("Enroll in communication training to reduce filler words.", bullet_style))
|
| 782 |
story.append(Spacer(1, 0.1*inch))
|
|
|
|
| 776 |
story.append(Paragraph("Development Priorities", h3))
|
| 777 |
if sections['Recommendations']['Development']:
|
| 778 |
for line in sections['Recommendations']['Development']:
|
| 779 |
+
story.append(Paragraph(line, bullet_style))
|
| 780 |
else:
|
| 781 |
story.append(Paragraph("Enroll in communication training to reduce filler words.", bullet_style))
|
| 782 |
story.append(Spacer(1, 0.1*inch))
|