<div id=”voiceflow-bot-container”>
<h2>Interact with Our Voiceflow Bots</h2>
<!– Placeholder for Voiceflow bot –>
<div id=”vf-bot”></div>
</div>

<div id=”gpt-bot-container”>
<h2>Ask Our GPT Bot</h2>
<!– User input –>
<input type=”text” id=”gpt-input” placeholder=”Type your question here…” />
<button onclick=”sendGPTRequest()”>Ask</button>
<!– Placeholder for GPT response –>
<div id=”gpt-response”></div>
</div>