automated / templates /healthy_plant_leaf.html
detectionpro's picture
Upload 20 files
9aba585 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css"
integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
<title>STRAWBEERY PLANT DISEASE PREDICTION</title>
<style>
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.border img {
border-radius: 15px;
border: 2px solid black;
}
</style>
</head>
<body>
<div>
<img src="/static/images/banner.png" class="w3-border w3-padding" alt="Indian AI Production"
style="width:100%">
</div>
<div class="container my-2">
<div class="row mb-5">
<div class="col-sm" style="margin-bottom: 23px;">
<span class="border border-primary">
<img src="{{ user_image }}" alt="User Image" class="img-thumbnail">
</span>
</div>
<div class="col-sm">
<div>
<h1 style="padding: 15px; background-color: rgb(153, 156, 150); color: white;"
class="text-center mb-5 content-h1 rounded">
{{pred_output}} </h1>
</div>
<div class="details">
<h6>
<b>There is no disease on the cotton plant.</b></br>
Although the chemical fertilizer has fallen on the leaves of the tree, the leaves are burnt, but
there is no need to worry.</br></br>
<b>कपास के पेड़ पर कोई बीमारी नहीं है। </b></br>
रासायनिक उर्वरक पेड़ की पत्तियों पर गिर गया है, पत्तियां जल गई हैं, लेकिन चिंता करने की कोई
जरूरत नहीं है।</br></br>
<b>कपाशीच्या झाडावर कोणताही रोग नाही आहे. </b></br>
रासायनिक खत झाडाच्या पानावर पडल्यामुळे पान जळल आहे, तरी काही चिंता करायची गरज नाही. <b>मजूरांना
कंबर बागवून खत टाकायला सांगा. </b></br></br>
<b>કપાસના ઝાડ ઉપર કોઈ રોગ નથી.</b></br></br>
<b>ಹತ್ತಿ ಮರದ ಮೇಲೆ ಯಾವುದೇ ರೋಗವಿಲ್ಲ..</b></br></br>
<b>పత్తి చెట్టుపై వ్యాధి లేదు..</b></br></br>
</h6>
</div>
</div>
</div>
</div>
</body>
</html>