Skip to content

Commit

Permalink
fixed chabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sezallagwal committed Oct 28, 2024
1 parent a859567 commit bdd8316
Show file tree
Hide file tree
Showing 35 changed files with 10,413 additions and 10,294 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1126,9 +1126,19 @@ <h2>Get Free Machine Learning Resources</h2>
});
</script>
<!-- Botpress Chat Scripts -->
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="./script//popup.js"></script>
<script src="https://files.bpcontent.cloud/2024/10/06/10/20241006104845-C8MQIMON.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "rKhBc1qcW7yrIovRvB5c4",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rKhBc1qcW7yrIovRvB5c4"
domain="www.chatbase.co"
defer>
</script>

<script>
// Get the current year
const currentYear = new Date().getFullYear();
Expand Down
14 changes: 12 additions & 2 deletions pages/Air_Quality_Prediction.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,18 @@ <h2>Conclusion:- </h2>
});
</script>
<!-- Botpress Chat Scripts -->
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="https://files.bpcontent.cloud/2024/10/06/10/20241006104845-C8MQIMON.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "rKhBc1qcW7yrIovRvB5c4",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rKhBc1qcW7yrIovRvB5c4"
domain="www.chatbase.co"
defer>
</script>
<script>
// Get the current year
const currentYear = new Date().getFullYear();
Expand Down
12 changes: 12 additions & 0 deletions pages/Testimonial.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,18 @@ <h4 class="h46">Contact</h4>
})
</script>
<script src="../script/script.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "rKhBc1qcW7yrIovRvB5c4",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rKhBc1qcW7yrIovRvB5c4"
domain="www.chatbase.co"
defer>
</script>
</body>

</html>
14 changes: 12 additions & 2 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,18 @@ <h4 class="h46">Contact</h4>
<script src="../script/script.js"></script>

<!-- Botpress Chat Scripts -->
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="https://files.bpcontent.cloud/2024/10/06/10/20241006104845-C8MQIMON.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "rKhBc1qcW7yrIovRvB5c4",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rKhBc1qcW7yrIovRvB5c4"
domain="www.chatbase.co"
defer>
</script>
<!--Typing functionality-->
<script>
const text = "We provide high-quality machine learning resources for all learners.";
Expand Down
14 changes: 12 additions & 2 deletions pages/arima_stock_prediction.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,18 @@ <h2>6. Predicting Share Prices using the Model</h2>
<script src="../script/scroll.js"></script>
<script src="../script/script.js"></script>
<script src="../script/projects.js"></script>
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="https://files.bpcontent.cloud/2024/10/06/10/20241006104845-C8MQIMON.js"></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "rKhBc1qcW7yrIovRvB5c4",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="rKhBc1qcW7yrIovRvB5c4"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>

Loading

0 comments on commit bdd8316

Please sign in to comment.