Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def claim_generator(input_bill_path, progress=gr.Progress()):
|
|
283 |
pdf = MarkdownPdf(toc_level=3)
|
284 |
|
285 |
pdf.add_section(Section(output['final_output']))
|
286 |
-
pdf.save("expense-claim
|
287 |
|
288 |
return output['final_output'], 'expense-claim-generator.pdf'
|
289 |
|
|
|
283 |
pdf = MarkdownPdf(toc_level=3)
|
284 |
|
285 |
pdf.add_section(Section(output['final_output']))
|
286 |
+
pdf.save("expense-claim.pdf")
|
287 |
|
288 |
return output['final_output'], 'expense-claim-generator.pdf'
|
289 |
|