RomZay commited on
Commit
f2aaaa2
·
verified ·
1 Parent(s): 00e32f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -132,8 +132,10 @@ function Scrolldown() {
132
  let targetNode = document.querySelector('#chatbox-container');
133
 
134
  if (!targetNode) {
135
- console.error('Chat container not found');
136
- return;
 
 
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 };