kfahn commited on
Commit
d6adac4
·
verified ·
1 Parent(s): ae6ac0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ async def capture_screenshot():
79
  page = await browser.new_page()
80
 
81
  # Use the raw GitHub image URL
82
- #https://github.com/kfahn22/Op-Art/blob/main/assets/gears.jpg
83
  image_url = "https://raw.githubusercontent.com/kfahn22/Op-Art/main/assets/gears.jpg"
84
 
85
  print(f"Opening image from GitHub: {image_url}")
 
79
  page = await browser.new_page()
80
 
81
  # Use the raw GitHub image URL
82
+ #https://github.com/kfahn22/Op-Art/blob/c6a7c906e978cd543a2d020379914bde7575e92b/assets/gears.jpg
83
  image_url = "https://raw.githubusercontent.com/kfahn22/Op-Art/main/assets/gears.jpg"
84
 
85
  print(f"Opening image from GitHub: {image_url}")