Skip to content

Commit

Permalink
Merge pull request #901 from DevNandini02/feature/chatbot
Browse files Browse the repository at this point in the history
Updated chatbot #789
  • Loading branch information
RitiChandak authored Jul 30, 2024
2 parents e19ffa5 + a7be8cc commit fcc21e8
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,9 @@ <h3>FRESH !</h3>
</nav>
</div>
<!-- adding social icon in right side -->
<div class="right-social-icn">
<!-- <div class="right-social-icn"> -->
<!-- <div class="footer-left-Social-icon-container"> -->
<div class="footer-left-social-icons soc1">
<!-- <div class="footer-left-social-icons soc1">
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -833,18 +833,41 @@ <h3>FRESH !</h3>
fill="#007b00"
viewBox="0 0 448 512"
>
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
</a>
</div>
</div> -->

<!-- </div> -->
</div>
<!-- </div> -->
<!-- Chat bot -->
<div class="chatbotui">
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Ask me anything!",
"botConversationDescription": "Welcome to KrishiConnect!",
"botId": "5367eda4-083d-4ed2-98bc-2fc8543a7ec4",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "5367eda4-083d-4ed2-98bc-2fc8543a7ec4",
"webhookId": "0d1ca7a1-34c2-464a-9b20-86ed015bfd61",
"lazySocket": true,
"themeName": "prism",
"botName": "KrishiConnect",
"avatarUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSchjcJKvGUpBOLAvQQhqIxZg-uRNNNOZVoBw&s",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/328bf234-c9e7-4f98-9c94-69f1a0877b98/v27083/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>
<!-- <div class="chatbotui">
<button class="chatbot__button" style="background-color: white">
<span class="material-symbols-outlined"
><img
Expand Down Expand Up @@ -872,7 +895,7 @@ <h3 class="chatbox__title">krishiconnect</h3>
<br />
</li>
<li class="chatbot__chat outgoing">
<!-- <p>...</p> -->
</li>
</ul>
<div class="chatbot__input-box">
Expand All @@ -884,7 +907,7 @@ <h3 class="chatbox__title">krishiconnect</h3>
<span id="send-btn" class="material-symbols-outlined">Send</span>
</div>
</div>
</div>
</div> -->
<!-- chat bot finish -->

<div id="page-content" class="page-content">
Expand Down

0 comments on commit fcc21e8

Please sign in to comment.