Update app_main.py
Browse files- app_main.py +2 -1
app_main.py
CHANGED
|
@@ -574,7 +574,8 @@ def process_pdf():
|
|
| 574 |
"message": "✅ PDF processed successfully",
|
| 575 |
"output_json": output_path,
|
| 576 |
"sprites": result,
|
| 577 |
-
"project_output_json": project_output
|
|
|
|
| 578 |
})
|
| 579 |
except Exception as e:
|
| 580 |
logger.exception("❌ Failed to process PDF")
|
|
|
|
| 574 |
"message": "✅ PDF processed successfully",
|
| 575 |
"output_json": output_path,
|
| 576 |
"sprites": result,
|
| 577 |
+
"project_output_json": project_output,
|
| 578 |
+
"test_url":r"https://prthm11-scratch-vision-game.hf.space/download_sb3/cat_jumping"
|
| 579 |
})
|
| 580 |
except Exception as e:
|
| 581 |
logger.exception("❌ Failed to process PDF")
|