Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Oct 28, 2024
1 parent 868a4c6 commit c303ad0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,18 @@ <h5>Column 5</h5>
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
<script>
window.embeddedChatbotConfig = {
chatbotId: "_S7IBEVOJJyudHDzXfvRv",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="_S7IBEVOJJyudHDzXfvRv"
domain="www.chatbase.co"
defer>
</script>

</body>
</html>
4 changes: 2 additions & 2 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MovieList from "./MovieList";
import Footer from "./Footer";
import Header from "./Header";
import Heading from "./heading";
import Chatbot from "../chatbot";
//import Chatbot from "../chatbot";
import Loader from "./Loader";
import "../App.css";

Expand All @@ -26,7 +26,7 @@ const Home = () => {
return (
<div className="App">
<Header onSearch={setSearchTerm} />
<Chatbot />

<Heading />
<ImageSlider />
<MovieList searchTerm={searchTerm} />
Expand Down

0 comments on commit c303ad0

Please sign in to comment.