soulofmercara commited on
Commit
d500b6a
1 Parent(s): cbe45fb
Files changed (1) hide show
  1. app.py +1 -1
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 using pdfminer 🧠",
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()