2 Commits

2 changed files with 29 additions and 26 deletions
+2
View File
@@ -45,6 +45,7 @@ const Ai = () => {
};
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">
<h2 className="text-2xl font-bold mb-4 text-center">
Plant disease prediction
@@ -72,6 +73,7 @@ const Ai = () => {
</div>
)}
</div>
</div>
);
};
+1
View File
@@ -4,3 +4,4 @@ Bhakti's frontend branch.
---
⚠️⚠️ DO NOT PUSH TO THIS BRANCH, IT HAS BEEN LOCKED SINCE ALL THE CHANGES ARE MERGED WITH MAIN BRANCH. TO MAKE CHANGES, CREATE A NEW FEATURE BRANCH DERIVED FROM `main` BRANCH AND CREATE A NEW PULL REQUEST. ⚠️⚠️