srinuksv commited on
Commit
6a58309
1 Parent(s): 93a7ed7

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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.open('https://redfernstech.com/chat-bot-test/', '_self'); // Or use chatContainer.remove(); to completely remove it
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