Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def generate_pdf_report():
|
|
121 |
pdf.cell(200, 10, txt=f"MBTI Type (AI Prediction): {output_data['mbti_type_llm']}", ln=True)
|
122 |
|
123 |
# Save the PDF to a file
|
124 |
-
pdf_file_path = '
|
125 |
pdf.output(pdf_file_path)
|
126 |
|
127 |
return pdf_file_path
|
|
|
121 |
pdf.cell(200, 10, txt=f"MBTI Type (AI Prediction): {output_data['mbti_type_llm']}", ln=True)
|
122 |
|
123 |
# Save the PDF to a file
|
124 |
+
pdf_file_path = 'flex_temp_personality_report.pdf'
|
125 |
pdf.output(pdf_file_path)
|
126 |
|
127 |
return pdf_file_path
|