trysem commited on
Commit
7f3b2cc
·
1 Parent(s): ec45fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def pdf_to_imgs(pdf):
27
  title = "First page of a PDF >> image"
28
  description = "Drop a PDF (WARNING: only the first page will be converted into an image)."
29
  examples = [["example.pdf"]]
30
- css = ".output-image, .input-image, .image-preview {height: 600px !important}"
31
  allow_flagging = "never"
32
  live = False
33
 
 
27
  title = "First page of a PDF >> image"
28
  description = "Drop a PDF (WARNING: only the first page will be converted into an image)."
29
  examples = [["example.pdf"]]
30
+ css = ".output-image, .input-image, .image-preview {height: 600px !important}, .footer {visibility: hidden},"
31
  allow_flagging = "never"
32
  live = False
33