Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|