Skip to content

Commit

Permalink
Merge pull request #593 from Hemav009/hs
Browse files Browse the repository at this point in the history
Updated chatbot
  • Loading branch information
apu52 authored May 25, 2024
2 parents 6b0ca54 + 4c08531 commit 79ca4e8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,22 @@ <h4>Reach Out To Us</h4>
<script src="index.js"></script>


<script>
window.embeddedChatbotConfig = {
chatbotId: "yDQ_EheFvX0HAPr9beQ5L",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="yDQ_EheFvX0HAPr9beQ5L"
domain="www.chatbase.co"
defer>
</script>



<!-- Start of Conferbot Script -->
<!-- Start of Conferbot Script
<script type="text/javascript">
(function (d, s, id) {
Expand All @@ -1020,7 +1034,8 @@ <h4>Reach Out To Us</h4>
};
})(document, 'script', 'conferbot-js');
</script>
<!--End of Conferbot Script-->
End of Conferbot Script
-->



Expand Down

0 comments on commit 79ca4e8

Please sign in to comment.