Uthar commited on
Commit
80db697
1 Parent(s): bafd1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ function simulateButtonPress() {
133
  // Function to observe image changes
134
  function observeImageChanges() {
135
  // Select all images with the 'image-monitor' class
136
- const images = document.querySelectorAll('.image-monitor');
137
 
138
  // Create a MutationObserver to watch for changes in the image src
139
  const observer = new MutationObserver((mutationsList, observer) => {
 
133
  // Function to observe image changes
134
  function observeImageChanges() {
135
  // Select all images with the 'image-monitor' class
136
+ const images = document.querySelectorAll('.svelte-1pijsyv');
137
 
138
  // Create a MutationObserver to watch for changes in the image src
139
  const observer = new MutationObserver((mutationsList, observer) => {