diff --git a/frontend/src/components/Submit.jsx b/frontend/src/components/Submit.jsx
index e915fe8c..36b04635 100644
--- a/frontend/src/components/Submit.jsx
+++ b/frontend/src/components/Submit.jsx
@@ -4,11 +4,17 @@ import { useLocation, Navigate } from 'react-router-dom';
const Submit = () => {
const location = useLocation();
const result = location.state?.result;
-
+ const id = location.state?.id;
if (!result) {
return
+
Sugarcane Disease Prediction
+
+ This page will display the results for the sugarcane disease prediction model.
+
+
)
const { title, desc, prevent, image_url, pred, sname, simage, buy_link } = result;
return (