Update app.py
Browse files
app.py
CHANGED
@@ -34,9 +34,10 @@ interface = Interface(
|
|
34 |
],
|
35 |
outputs=[
|
36 |
HTML(label="Aligned DataFrame"),
|
37 |
-
|
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 |
|