Spaces:
Running
Running
Update app.py
Browse files
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('.
|
| 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) => {
|