Skip to content
Snippets Groups Projects
Unverified Commit a453573f authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Create App.js

parent 6c950325
No related branches found
No related tags found
No related merge requests found
import React from "react";
import image from "./images/recipe.jpg";
import "/App.css";
import ChatBotRobot from "./Chatbotcomponent";
function App() {
return (
<span>
<div className="App" style={{ backgroundImage:`url(${image})`,backgroundRepeat:"no-repeat",backgroundSize:"cover" }}>
<header className="App-header">
<h3> RECIPE EXPERTS. </h3>
<p> Welcomes you's to the smart assistance by our Sam the Advisor. </p>
</header>
</div>
<ChatBotRobot />
</span>
);
}
export default App;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment