Skip to content

Commit

Permalink
fix chatbot (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsingh1281 authored Nov 5, 2024
2 parents 7f3db20 + cf69088 commit df7dc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
<!-- Chatbot Configuration -->
<script>
window.embeddedChatbotConfig = {
chatbotId: "wQJs3fix9gu515zxNshBF",
chatbotId: "1LDI5LXRNDrWd6VZO4J1f",
domain: "www.chatbase.co"
};
</script>

<!-- Chatbot Script -->
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="wQJs3fix9gu515zxNshBF"
chatbotId="1LDI5LXRNDrWd6VZO4J1f"
domain="www.chatbase.co"
defer
></script>
Expand Down

0 comments on commit df7dc9f

Please sign in to comment.