Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,8 +132,10 @@ function Scrolldown() {
|
|
132 |
let targetNode = document.querySelector('#chatbox-container');
|
133 |
|
134 |
if (!targetNode) {
|
135 |
-
console.
|
136 |
-
|
|
|
|
|
137 |
}
|
138 |
|
139 |
const config = { childList: true, subtree: true };
|
|
|
132 |
let targetNode = document.querySelector('#chatbox-container');
|
133 |
|
134 |
if (!targetNode) {
|
135 |
+
console.log("no target")
|
136 |
+
setTimeout(() => {
|
137 |
+
console.log("Retrying")
|
138 |
+
}, 3000);
|
139 |
}
|
140 |
|
141 |
const config = { childList: true, subtree: true };
|