Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ def claim_generator(input_bill_path, progress=gr.Progress()):
|
|
285 |
pdf.add_section(Section(output['final_output']))
|
286 |
pdf.save("expense-claim.pdf")
|
287 |
|
288 |
-
return output['final_output'], 'expense-claim
|
289 |
|
290 |
agentic_workflow_representation = 'The agentic workflow used to generate an expense claim document is represented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/iqdGjUG7POKJXLItzWb-K.png">'
|
291 |
agentic_workflow_description = """
|
|
|
285 |
pdf.add_section(Section(output['final_output']))
|
286 |
pdf.save("expense-claim.pdf")
|
287 |
|
288 |
+
return output['final_output'], 'expense-claim.pdf'
|
289 |
|
290 |
agentic_workflow_representation = 'The agentic workflow used to generate an expense claim document is represented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/iqdGjUG7POKJXLItzWb-K.png">'
|
291 |
agentic_workflow_description = """
|