Commit
·
088231a
1
Parent(s):
5c0848b
changed the theme
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
gr.outputs.Textbox(label="Extracted text"),
|
13 |
title="PDF Text Extractor",
|
14 |
description="A smooth app that gets text from PDF files using pdfminer. 🧠",
|
15 |
-
theme="
|
16 |
|
17 |
)
|
18 |
iface.launch()
|
|
|
12 |
gr.outputs.Textbox(label="Extracted text"),
|
13 |
title="PDF Text Extractor",
|
14 |
description="A smooth app that gets text from PDF files using pdfminer. 🧠",
|
15 |
+
theme="ParityError/Anime"
|
16 |
|
17 |
)
|
18 |
iface.launch()
|