Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container bg-3" style="color: black;text-align: justify;"> | |
<div class="row"> | |
<div class="col-md-7" style="font-size:inherit"> | |
<h1 style="font-weight: 20px;"> Casued By Pathogen </h1> | |
<p style="font-weight: 15px;">{{Pathogen}} </p> | |
<h1 style="font-weight: 20px;"> Symptoms of Affected plant</h1> | |
<p style="font-weight: 15px;">{{Symptoms}} </p> | |
<h1 style="font-weight: 20px;"> Management </h1> | |
<p style="font-weight: 15px;">{{Management}} </p> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/predict" method="POST" enctype="multipart/form-data"> | |
<input type="file" class="btn" name="image" | |
style="font-size: 20px;font-weight: bolder;color: black;border-radius: 10px;" | |
accept="image/*" required> | |
<input type="submit" class="btn" | |
style="font-size: 20px;font-weight: bolder;color: black;border-radius: 10px;"> | |
</form> |
NewerOlder