Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoy-12 committed Mar 31, 2024
1 parent 110a363 commit 321c0fc
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,43 +154,7 @@ <h2>Progress Tracking and Reporting</h2>
</div>
</div>
</div>
<!--
<iframe
src="https://www.chatbase.co/chatbot-iframe/dMgCmtQedqHVg6r8U_7fF"
title="Chatbot"
width="100%"
style="height: 100%; min-height: 700px"
frameborder="0"
></iframe> -->

<!-- <div class="chat-bot-image">
<div class="chat-logo">
<img id="chat-logo-img" src="chatbot.png" height="60px" width="70px">
</div>
</div>
<div class="chatbot-container">
<div id="header">
<h1>Chatbot</h1>
</div>
<div id="chatbot">
<div id="conversation" class="conversation">
<div class="chatbot-message">
<p class="chatbot-text">Hi! 👋 Welcome to the bot of GANIT: THE Assurance. I will assist you know more about the Insitution!</p>
</div>
</div>
<form id="input-form">
<message-container>
<input id="user-input" type="text" placeholder="Type your message here">
<button id="submit-button" type="button" onclick="sendMessage()">
<img class="send-icon" src="send-message.png" alt="">
</button>
</message-container>
</form>
</div>
</div> -->


<!-- Short Story -->
<section id="our_story">
<!-- Short Story Content -->
Expand Down Expand Up @@ -421,18 +385,7 @@ <h2>Get UP and Join US Today!</h2>
<!-- JavaScript -->
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "dMgCmtQedqHVg6r8U_7fF",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="dMgCmtQedqHVg6r8U_7fF"
domain="www.chatbase.co"
defer>
</script>
<script async data-id="4968534688" id="chatling-embed-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script>
<script>
const count1 = document.getElementsByClassName(".count");
countvisits();
Expand Down

0 comments on commit 321c0fc

Please sign in to comment.