Skip to content

Commit

Permalink
Update chatbot_widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
naman1618 authored Nov 12, 2024
1 parent 6c18058 commit 0f5df69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chatbot_widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ document.addEventListener('DOMContentLoaded', function () {
<button id="chat-close">X</button>
</div>
<div id="chat-body">
<iframe src="https://chat-qa.cyverse.org/chatbot1" id="chat-frame" width="100%" height="100%"></iframe>
<iframe src="https://chat-qa.cyverse.org/learning" id="chat-frame" width="100%" height="100%"></iframe>
</div>
`;
document.body.appendChild(chatContainer);
Expand All @@ -30,4 +30,4 @@ document.addEventListener('DOMContentLoaded', function () {
document.getElementById('chat-close').addEventListener('click', () => {
chatContainer.style.display = 'none';
});
});
});

0 comments on commit 0f5df69

Please sign in to comment.