norhan12 commited on
Commit
5a6ec70
·
verified ·
1 Parent(s): 21250b0

Update process_interview.py

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