Skip to content

Commit

Permalink
Merge pull request #417 from SrijaVuppala295/chatbot
Browse files Browse the repository at this point in the history
Added chatbot !!!
  • Loading branch information
dhairyagothi authored Oct 24, 2024
2 parents a56c482 + f07cd83 commit dba8d02
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 dba8d02

Please sign in to comment.