pgurazada1 commited on
Commit
9a3ff64
·
verified ·
1 Parent(s): 46fea98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-generator.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 = """
 
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 = """