Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|