You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fertilizers used had moderate environmental impact. Consider reducing nitrogen-based fertilizers and increasing compost or organic options for sustainability.
46
48
</Text>
@@ -113,8 +115,8 @@ export default function AiInsights() {
113
115
}
114
116
115
117
constlandAcres=parseFloat(land);
116
-
constyieldEstimate=landAcres*1000;// in kg
117
-
constseedEstimate=landAcres*25;// units
118
+
constyieldEstimate=landAcres*1000;
119
+
constseedEstimate=landAcres*25;
118
120
119
121
constresult=`Based on your input of ${landAcres} acres for ${crop},\n\nEstimated Yield: ~${yieldEstimate} kg\nRequired Seeds: ~${seedEstimate} units.\n\nEnsure irrigation availability: "${irrigation}" and farming type: "${farmingType}" are optimal for best results.`;
0 commit comments