D2 / crop-result.html
Anshul3878's picture
Upload 40 files
05355ae verified
raw
history blame contribute delete
475 Bytes
{% extends 'layout.html' %} {% block body %}
<style>
.mt-0 {
margin-top: 50 !important;
}
</style>
<div class="container py-2 mx-auto my-50 h-10 " style="margin: 12rem;">
<div class="row">
<div class="col-sm py-2 py-md-3">
<div class="card card-body" style="justify-content: center;">
<h1 class="text-center"><b>You should grow <i>{{ prediction }} </i>in your farm</b></h1>
</div>
</div>
</div>
</div>
{% endblock %}