soulofmercara commited on
Commit
088231a
·
1 Parent(s): 5c0848b

changed the theme

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