Zaheer commited on
Commit
5c0848b
·
1 Parent(s): 0aeb1a2

Updated code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  gr.inputs.File(label="Upload a PDF file"),
12
  gr.outputs.Textbox(label="Extracted text"),
13
  title="PDF Text Extractor",
14
- description="A simple app that extracts text from PDF files using pdfminer.",
15
  theme="huggingface"
16
 
17
  )
 
11
  gr.inputs.File(label="Upload a PDF file"),
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="huggingface"
16
 
17
  )