nelsonjq commited on
Commit
6a4f531
·
verified ·
1 Parent(s): 4cbfc9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,9 +34,10 @@ interface = Interface(
34
  ],
35
  outputs=[
36
  HTML(label="Aligned DataFrame"),
37
- Button(label="Download Aligned DataFrame")
38
  ],
39
  title="PDF Text Aligner",
 
40
  description="Upload two PDF files and select languages to align the text."
41
  )
42
 
 
34
  ],
35
  outputs=[
36
  HTML(label="Aligned DataFrame"),
37
+ File(label="Download Aligned Data as Excel")
38
  ],
39
  title="PDF Text Aligner",
40
+ live=True,
41
  description="Upload two PDF files and select languages to align the text."
42
  )
43