qq1023 commited on
Commit
f04b390
·
1 Parent(s): 30c1beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, information, contact],
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(