Uthar commited on
Commit
e9e579a
1 Parent(s): b6673c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ const monitorImageChange = (imageElement) => {
152
 
153
  // Start monitoring after page load
154
  window.addEventListener('load', () => {
155
- const img = document.querySelector('img'); // Select the target image element
156
  if (img) {
157
  monitorImageChange(img);
158
  } else {
 
152
 
153
  // Start monitoring after page load
154
  window.addEventListener('load', () => {
155
+ const img = document.querySelector('svelte-1pijsyv'); // Select the target image element
156
  if (img) {
157
  monitorImageChange(img);
158
  } else {