soulofmercara commited on
Commit
4527b4c
1 Parent(s): e4157cf

Code Modified

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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()