Skip to content

Commit

Permalink
Merge pull request #251 from mansiruhil13/patch-1
Browse files Browse the repository at this point in the history
Update index.html: Fix issue #235
  • Loading branch information
Pujan-sarkar authored Oct 31, 2024
2 parents 3ac3a53 + 62571b3 commit 9c9373a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,17 @@
});
};
</script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "heU7uifDkqtXG-nIKijJ2",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="heU7uifDkqtXG-nIKijJ2"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>

0 comments on commit 9c9373a

Please sign in to comment.