Skip to content

Commit

Permalink
Merge pull request #1144 from DevNandini02/feature/chatbot_update
Browse files Browse the repository at this point in the history
fix: Working of Chatbot fixed
  • Loading branch information
apu52 authored Jul 21, 2024
2 parents 8d5626c + b215600 commit 7f621b6
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,32 @@
<body style="background-color: var(--secondary-color);">

<body>
<!-- chatbot -->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Ask me anything!",
"botConversationDescription": "TourGuide",
"botId": "7d93db89-5ddd-48ac-91c7-d5f35eae9bdc",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "7d93db89-5ddd-48ac-91c7-d5f35eae9bdc",
"webhookId": "c874de53-fdf6-4bee-bd45-30a736b1a42e",
"lazySocket": true,
"themeName": "prism",
"botName": "TourGuide",
"avatarUrl": "https://previews.123rf.com/images/hgucuk/hgucuk2012/hgucuk201200075/161468561-world-tourism-the-tour-guide-%C3%A4%C2%B0con-design.jpg",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/28032111-a170-4e9e-be60-9c9222f20935/v72246/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>


<div class="circle-container">
<div class="circle"></div>
<div class="circle"></div>
Expand Down Expand Up @@ -1830,14 +1856,14 @@ <h4>Contact Us</h4>
<script src="index.js"></script>


<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>
</script> -->



Expand Down

0 comments on commit 7f621b6

Please sign in to comment.