Spaces:
Running
Running
Update templates/index1.html
Browse files- templates/index1.html +2 -2
templates/index1.html
CHANGED
@@ -298,10 +298,10 @@
|
|
298 |
<section>
|
299 |
<div>
|
300 |
<center>
|
301 |
-
<form action="/predict" method="post" enctype="multipart/form-data" onsubmit="showloading()">
|
302 |
<h2 class="text-center mt-4 mb-4" style="font-size: 2rem;margin-right:100px;text-color:#fff"><b>Drag & Drop Image Here</b></h2>
|
303 |
<input type="file" name="image" class="upload"><br><br>
|
304 |
-
<input type="submit" value="Predict"
|
305 |
</form>
|
306 |
</div>
|
307 |
|
|
|
298 |
<section>
|
299 |
<div>
|
300 |
<center>
|
301 |
+
<form action="/predict" method="post" enctype="multipart/form-data" onsubmit="showloading()" formtarget="_blank">
|
302 |
<h2 class="text-center mt-4 mb-4" style="font-size: 2rem;margin-right:100px;text-color:#fff"><b>Drag & Drop Image Here</b></h2>
|
303 |
<input type="file" name="image" class="upload"><br><br>
|
304 |
+
<input type="submit" value="Predict">
|
305 |
</form>
|
306 |
</div>
|
307 |
|