Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a37faf7149
|
|||
| 3d79d69640 |
@@ -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>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user