Skip to content

Commit

Permalink
Merge pull request #533 from amanver45/bot
Browse files Browse the repository at this point in the history
add chatbot integration to website
  • Loading branch information
skmirajulislam authored Nov 2, 2024
2 parents f3415d8 + 6e17d3d commit 118e5bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,19 @@

<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

<!-- Chatbot integration -->
<script>
window.embeddedChatbotConfig = {
chatbotId: "czMRnh_MIVTru6ZhdgwzV",
domain: "www.chatbase.co"
};
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rRGhO-tiXZz89Yeg1wTKc"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>

0 comments on commit 118e5bd

Please sign in to comment.