Skip to content

Commit

Permalink
done adding chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Oct 23, 2024
1 parent 28204f6 commit f07cd83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,18 @@ <h3>Saarthi</h3>
const loader = document.getElementById("loader");
loader.style.display = "none";
})
</script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "QAwKOas58trQuGOp1S2cK",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="QAwKOas58trQuGOp1S2cK"
domain="www.chatbase.co"
defer>
</script>
</div>

Expand Down

0 comments on commit f07cd83

Please sign in to comment.