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 1, 2024
1 parent 764263b commit b96d4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/foss" id="chat-frame" width="100%" height="100%"></iframe>
<iframe src="https://chat-qa.cyverse.org/chatbot1" id="chat-frame" width="100%" height="100%"></iframe>
</div>
`;
document.body.appendChild(chatContainer);
Expand Down

0 comments on commit b96d4e8

Please sign in to comment.