Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -426,7 +426,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
426 |
)
|
427 |
|
428 |
hf_writer_incorrect.setup(
|
429 |
-
[input_file, extracted_text, category, chatbot,
|
430 |
flagging_dir="flagged_incorrect",
|
431 |
)
|
432 |
flag_incorrect_method = gr.flagging.FlagMethod(
|
|
|
426 |
)
|
427 |
|
428 |
hf_writer_incorrect.setup(
|
429 |
+
[input_file, extracted_text, category, chatbot, table_display, contact],
|
430 |
flagging_dir="flagged_incorrect",
|
431 |
)
|
432 |
flag_incorrect_method = gr.flagging.FlagMethod(
|