kfahn commited on
Commit
6538e35
·
verified ·
1 Parent(s): a9d59cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ def grab_image():
62
  This function sends uses Playwright to launch a headless server and grab a screenshot of a p5.js sketch.
63
 
64
  Returns:
65
- PIL.Image: Captured image
 
66
  """
67
  print("Running async Playwright screenshot...")
68
 
 
62
  This function sends uses Playwright to launch a headless server and grab a screenshot of a p5.js sketch.
63
 
64
  Returns:
65
+ Returns:
66
+ image: the screen shot of the p5.js sketch as an image
67
  """
68
  print("Running async Playwright screenshot...")
69