prthm11 commited on
Commit
48fc7a2
·
verified ·
1 Parent(s): 96dc1d5

Update app_main.py

Browse files
Files changed (1) hide show
  1. 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")