norhan12 commited on
Commit
2dda39f
·
verified ·
1 Parent(s): 5a6ec70

Update process_interview.py

Browse files
Files changed (1) hide show
  1. 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))