Skip to content

Commit

Permalink
add chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
amanver45 committed Nov 4, 2024
1 parent d87600b commit 7b60fe9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,18 @@ <h4 class="ml-4 text-xl font-bold text-white text-center">Steps to Contribute:</
<!-- scripts -->
<script src="particles.js"></script>
<script src="app.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "V-mpjhkOO7ZUfE_yEFOUL",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="V-mpjhkOO7ZUfE_yEFOUL"
domain="www.chatbase.co"
defer>
</script>

</body>

Expand Down

0 comments on commit 7b60fe9

Please sign in to comment.