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