Alejandro-STC commited on
Commit
9aedcaa
·
verified ·
1 Parent(s): bc2466e

Update Gradio UI labels

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -256,10 +256,10 @@ fake_PDF_examples = get_PDF_examples(pdf_examples_dir)
256
 
257
  remittance_letter_demo_without_verification_from_PDF = gr.Interface(
258
  poc_production_pipeline_without_verification_from_PDF,
259
- [PDF(label="Remittance letter", height=1000)],
260
  [
261
- gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Candidate invoices"], wrap=True),
262
- gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Candidate total amounts"], wrap=True)
263
  ],
264
  examples=fake_PDF_examples,
265
  allow_flagging='never'
 
256
 
257
  remittance_letter_demo_without_verification_from_PDF = gr.Interface(
258
  poc_production_pipeline_without_verification_from_PDF,
259
+ [PDF(label="Remittance advice", height=1000)],
260
  [
261
+ gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Retrieved invoice proposals"], wrap=True),
262
+ gr.Dataframe(col_count=(1, 'fixed'), label="", headers=["Retrieved total amount proposals"], wrap=True)
263
  ],
264
  examples=fake_PDF_examples,
265
  allow_flagging='never'