detectionpro commited on
Commit
e3565ec
·
verified ·
1 Parent(s): 7796579

Update templates/index1.html

Browse files
Files changed (1) hide show
  1. 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>