Spaces:
Running
Running
Update templates/index1.html
Browse files- templates/index1.html +1 -1
templates/index1.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105 |
<h1>STRAWBERRY PLANT DISEASE PREDICTION</h1>
|
106 |
<form action="/predict" method="post" enctype="multipart/form-data">
|
107 |
<input type="file" name="image" class="upload">
|
108 |
-
<input type="submit" value="Predict">
|
109 |
</form>
|
110 |
</div>
|
111 |
</section>
|
|
|
105 |
<h1>STRAWBERRY PLANT DISEASE PREDICTION</h1>
|
106 |
<form action="/predict" method="post" enctype="multipart/form-data">
|
107 |
<input type="file" name="image" class="upload">
|
108 |
+
<input type="submit" value="Predict" formtarget="_blank">
|
109 |
</form>
|
110 |
</div>
|
111 |
</section>
|