rairo commited on
Commit
c1616c1
·
verified ·
1 Parent(s): 83734a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ class PDF_Generator(FPDF):
254
  is_first_row = False # Header only applies to the first row potentially
255
 
256
 
257
- def create_pdf_report_fpdf(report_text):
258
  """
259
  Creates a PDF from markdown text locally using FPDF2.
260
 
 
254
  is_first_row = False # Header only applies to the first row potentially
255
 
256
 
257
+ def create_pdf_report(report_text):
258
  """
259
  Creates a PDF from markdown text locally using FPDF2.
260