Update process_interview.py
Browse files- process_interview.py +1 -1
process_interview.py
CHANGED
|
@@ -1101,7 +1101,7 @@ def create_pdf_document(text: str, content: Dict, output_path: str) -> bool:
|
|
| 1101 |
('ALIGN', (0,0), (-1,-1), 'LEFT'),
|
| 1102 |
('FONTNAME', (0,0), (-1,-0), 'Helvetica-Bold'),
|
| 1103 |
('GRID', (0,0), (-1,-1), (-1, 0.5, colors.black),
|
| 1104 |
-
('LEADING', (0,0), (-1,-1), (0, 12)
|
| 1105 |
]))
|
| 1106 |
story.append(table)
|
| 1107 |
story.append(Spacer(1, 0.2 * inch))
|
|
|
|
| 1101 |
('ALIGN', (0,0), (-1,-1), 'LEFT'),
|
| 1102 |
('FONTNAME', (0,0), (-1,-0), 'Helvetica-Bold'),
|
| 1103 |
('GRID', (0,0), (-1,-1), (-1, 0.5, colors.black),
|
| 1104 |
+
('LEADING', (0,0), (-1,-1), (0, 12))
|
| 1105 |
]))
|
| 1106 |
story.append(table)
|
| 1107 |
story.append(Spacer(1, 0.2 * inch))
|