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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ async def capture_screenshot():
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/repository-name/Op-Art/main/assets/gears.jpg"
84
 
85
  print(f"Opening image from GitHub: {image_url}")
86
  await page.goto(image_url, timeout=120000) # Wait for the image page to load
 
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}")
86
  await page.goto(image_url, timeout=120000) # Wait for the image page to load