dina1 commited on
Commit
651605c
·
verified ·
1 Parent(s): 1703731

Update playwright_model.py

Browse files
Files changed (1) hide show
  1. playwright_model.py +0 -6
playwright_model.py CHANGED
@@ -97,9 +97,3 @@ async def capture_workflows(public_url: str, pdf_filename: str = "workflow_scree
97
 
98
  print(f"✅ PDF generated successfully: {pdf_path}")
99
  return pdf_path
100
-
101
-
102
- # Test locally (optional)
103
- if __name__ == "__main__":
104
- url = input("Enter the generated public URL: ").strip()
105
- asyncio.run(capture_workflows(url))
 
97
 
98
  print(f"✅ PDF generated successfully: {pdf_path}")
99
  return pdf_path