Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -186,7 +186,7 @@
|
|
| 186 |
console.error('Error sending chat history on close:', error);
|
| 187 |
} finally {
|
| 188 |
const chatContainer = document.getElementById("chat-container");
|
| 189 |
-
window.
|
| 190 |
}
|
| 191 |
}
|
| 192 |
|
|
|
|
| 186 |
console.error('Error sending chat history on close:', error);
|
| 187 |
} finally {
|
| 188 |
const chatContainer = document.getElementById("chat-container");
|
| 189 |
+
window.top.location.href = 'https://redfernstech.com/chat-bot-test/'; // Or use chatContainer.remove(); to completely remove it
|
| 190 |
}
|
| 191 |
}
|
| 192 |
|