<!-- GHRC Suba ChatBot Widget -->
<div id="suba-chatbot-container"></div>
<script>
(function() {
var chatbotContainer = document.getElementById('suba-chatbot-container');
var iframe = document.createElement('iframe');
iframe.src = 'https://chatgpt.com/g/g-ox1OCGL95-suba'; // Using the provided deployment link for Suba
iframe.style.width = '100%';
iframe.style.height = '500px'; // Adjust the height as per your design needs
iframe.style.border = 'none';
chatbotContainer.appendChild(iframe);
})();
</script>