lodhrangpt commited on
Commit
6f8e05f
·
verified ·
1 Parent(s): 7fd87d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ def create_pdf(question,transcript):
146
  pdf.set_font("Arial", "B", 14)
147
  pdf.cell(200, 10, "Questions", ln=True)
148
  pdf.set_font("Arial", "", 12)
149
- for question in long_questions:
150
- pdf.multi_cell(0, 10, f"- {question.encode('latin1', 'replace').decode('latin1')}\n")
151
 
152
  # # Add short questions
153
  # pdf.set_font("Arial", "B", 14)
 
146
  pdf.set_font("Arial", "B", 14)
147
  pdf.cell(200, 10, "Questions", ln=True)
148
  pdf.set_font("Arial", "", 12)
149
+
150
+ pdf.multi_cell(0, 10, f"- {question.encode('latin1', 'replace').decode('latin1')}\n")
151
 
152
  # # Add short questions
153
  # pdf.set_font("Arial", "B", 14)