SWHL commited on
Commit
db805c3
·
verified ·
1 Parent(s): b76c8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -458,7 +458,7 @@ with gr.Blocks(
458
  label="OCR Txts",
459
  headers=["Index", "Txt", "Score"],
460
  datatype=["number", "str", "number"],
461
- buttons=["copy"],
462
  )
463
 
464
  ocr_inputs = [
 
458
  label="OCR Txts",
459
  headers=["Index", "Txt", "Score"],
460
  datatype=["number", "str", "number"],
461
+ show_copy_button=True,
462
  )
463
 
464
  ocr_inputs = [