Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -418,7 +418,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
| 418 |
extracted_text,
|
| 419 |
category,
|
| 420 |
chatbot,
|
| 421 |
-
|
| 422 |
contact,
|
| 423 |
],
|
| 424 |
None,
|
|
@@ -448,7 +448,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
| 448 |
extracted_text,
|
| 449 |
category,
|
| 450 |
chatbot,
|
| 451 |
-
|
| 452 |
contact,
|
| 453 |
],
|
| 454 |
outputs=[flag_incorrect_button],
|
|
@@ -475,7 +475,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
| 475 |
extracted_text,
|
| 476 |
category,
|
| 477 |
chatbot,
|
| 478 |
-
|
| 479 |
contact,
|
| 480 |
],
|
| 481 |
outputs=[flag_irrelevant_button],
|
|
|
|
| 418 |
extracted_text,
|
| 419 |
category,
|
| 420 |
chatbot,
|
| 421 |
+
table_display,
|
| 422 |
contact,
|
| 423 |
],
|
| 424 |
None,
|
|
|
|
| 448 |
extracted_text,
|
| 449 |
category,
|
| 450 |
chatbot,
|
| 451 |
+
table_display,
|
| 452 |
contact,
|
| 453 |
],
|
| 454 |
outputs=[flag_incorrect_button],
|
|
|
|
| 475 |
extracted_text,
|
| 476 |
category,
|
| 477 |
chatbot,
|
| 478 |
+
table_display,
|
| 479 |
contact,
|
| 480 |
],
|
| 481 |
outputs=[flag_irrelevant_button],
|