Skip to content

Commit

Permalink
✨[Feature Request]: Replacemnt of Chatbot (#479)
Browse files Browse the repository at this point in the history
issue #461
  • Loading branch information
Anjaliavv51 authored Jun 7, 2024
1 parent 70c3fde commit 1726e6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
File renamed without changes
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.png">


<link rel="stylesheet" type="text/css" href="./style.css" />
Expand Down Expand Up @@ -1418,7 +1418,18 @@ <h4>RAPIDOC Newsletter</h4>
<script src="swiper-bundle.min.js"></script>

<script src="https://mediafiles.botpress.cloud/b1d766f9-2fd0-4a60-96bb-fc1f494d156c/webchat/config.js" defer></script>

<script>
window.embeddedChatbotConfig = {
chatbotId: "xjRGZgxJziSoHQ1T1twl6",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="xjRGZgxJziSoHQ1T1twl6"
domain="www.chatbase.co"
defer>
</script>
<script>
ScrollReveal({
//reset: true ,
Expand Down

0 comments on commit 1726e6d

Please sign in to comment.