Spaces:
Running
Running
Push Bot
commited on
Commit
·
cb7b720
1
Parent(s):
4c88fdc
Debug: add image preview (first page) with PyMuPDF/pdfium; return PDF path from debug flows; chain .then to render image
Browse files
app.py
CHANGED
|
@@ -2875,7 +2875,8 @@ def debug_compile_output_zip():
|
|
| 2875 |
if not zip_path.exists():
|
| 2876 |
return (
|
| 2877 |
"<div style='color:#b00'><b>output.zip not found at repo root.</b></div>"
|
| 2878 |
-
+ f"<div>Expected at: {zip_path}</div>"
|
|
|
|
| 2879 |
)
|
| 2880 |
|
| 2881 |
# Prepare workspace
|
|
|
|
| 2875 |
if not zip_path.exists():
|
| 2876 |
return (
|
| 2877 |
"<div style='color:#b00'><b>output.zip not found at repo root.</b></div>"
|
| 2878 |
+
+ f"<div>Expected at: {zip_path}</div>",
|
| 2879 |
+
None,
|
| 2880 |
)
|
| 2881 |
|
| 2882 |
# Prepare workspace
|