Skip to content

Commit 86d4cc3

Browse files
Update chatbot_widget.js
1 parent c5eb224 commit 86d4cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/chatbot_widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ document.addEventListener('DOMContentLoaded', function () {
2020
</div>
2121
<div id="chat-body">
2222
<iframe
23-
src="https://chat-qa.cyverse.org/foss/"
23+
src="https://cyversegpt.cyverse.org/foss/"
2424
id="chat-frame"
2525
width="100%"
2626
height="100%"
@@ -123,4 +123,4 @@ document.addEventListener('DOMContentLoaded', function () {
123123
console.log('Note: Cross-origin restrictions prevent direct iframe manipulation');
124124
}
125125
};
126-
});
126+
});

0 commit comments

Comments
 (0)