Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -395,7 +395,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
| 395 |
)
|
| 396 |
|
| 397 |
hf_writer_normal.setup(
|
| 398 |
-
[input_file, extracted_text, category, chatbot,
|
| 399 |
flagging_dir="flagged",
|
| 400 |
)
|
| 401 |
flag_method = gr.flagging.FlagMethod(
|
|
|
|
| 395 |
)
|
| 396 |
|
| 397 |
hf_writer_normal.setup(
|
| 398 |
+
[input_file, extracted_text, category, chatbot, table_display, contact],
|
| 399 |
flagging_dir="flagged",
|
| 400 |
)
|
| 401 |
flag_method = gr.flagging.FlagMethod(
|