pgurazada1 commited on
Commit
a4f9be0
·
verified ·
1 Parent(s): b1e21fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ Similarly, the verifier is a search agent that extracts relevant portions of the
275
  demo = gr.Interface(
276
  fn=claim_generator,
277
  inputs=gr.Image(type="filepath", label="Upload an image of the bill"),
278
- outputs=gr.Markdown(label="Expense Claim Document", show_copy_button=True),
279
  title="Expense Claim Document Generator",
280
  description=agentic_workflow_description,
281
  article=agentic_workflow_representation,
 
275
  demo = gr.Interface(
276
  fn=claim_generator,
277
  inputs=gr.Image(type="filepath", label="Upload an image of the bill"),
278
+ outputs=gr.Markdown(label="Expense Claim Document", show_copy_button=True, container=True),
279
  title="Expense Claim Document Generator",
280
  description=agentic_workflow_description,
281
  article=agentic_workflow_representation,