soulofmercara
commited on
Commit
•
d500b6a
1
Parent(s):
cbe45fb
All Fixed
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
|
|
20 |
gr.inputs.File(label="Upload a PDF file"),
|
21 |
gr.outputs.Textbox(label="Extracted Text"),
|
22 |
title="PDF Text Extractor",
|
23 |
-
description="A smooth app that gets text from PDF files
|
24 |
theme="ParityError/Anime"
|
25 |
)
|
26 |
iface.launch()
|
|
|
20 |
gr.inputs.File(label="Upload a PDF file"),
|
21 |
gr.outputs.Textbox(label="Extracted Text"),
|
22 |
title="PDF Text Extractor",
|
23 |
+
description="A smooth app that gets text from PDF files🧠",
|
24 |
theme="ParityError/Anime"
|
25 |
)
|
26 |
iface.launch()
|