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

Update app.py

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