Added frontend file

This commit is contained in:
2025-04-05 19:42:53 +05:30
parent ce864c7c55
commit 3d79d69640
+2
View File
@@ -45,6 +45,7 @@ const Ai = () => {
}; };
return ( return (
<div className="min-h-screen w-full flex items-center justify-center max-h-screen">
<div className="max-w-md mx-auto p-6 bg-white shadow rounded-lg"> <div className="max-w-md mx-auto p-6 bg-white shadow rounded-lg">
<h2 className="text-2xl font-bold mb-4 text-center"> <h2 className="text-2xl font-bold mb-4 text-center">
Plant disease prediction Plant disease prediction
@@ -72,6 +73,7 @@ const Ai = () => {
</div> </div>
)} )}
</div> </div>
</div>
); );
}; };