Commit
·
4527b4c
1
Parent(s):
e4157cf
Code Modified
Browse files
app.py
CHANGED
@@ -21,8 +21,6 @@ iface = gr.Interface(
|
|
21 |
gr.outputs.Textbox(label="Extracted Text", lines=10, type="auto", spellcheck=True, readonly=True),
|
22 |
title="PDF Text Extractor",
|
23 |
description="A smooth app that gets text from PDF files using pdfminer 🧠",
|
24 |
-
theme="ParityError/Anime"
|
25 |
-
layout="vertical",
|
26 |
-
width="600px"
|
27 |
)
|
28 |
iface.launch()
|
|
|
21 |
gr.outputs.Textbox(label="Extracted Text", lines=10, type="auto", spellcheck=True, readonly=True),
|
22 |
title="PDF Text Extractor",
|
23 |
description="A smooth app that gets text from PDF files using pdfminer 🧠",
|
24 |
+
theme="ParityError/Anime"
|
|
|
|
|
25 |
)
|
26 |
iface.launch()
|