Update static/index.html
Browse files- static/index.html +4 -2
static/index.html
CHANGED
|
@@ -10,8 +10,8 @@
|
|
| 10 |
<form id="uploadForm" action="/predict/" method="post" enctype="multipart/form-data">
|
| 11 |
<label for="image">Upload Image:</label><br>
|
| 12 |
<input type="file" id="image" name="image" accept="image/*"><br>
|
| 13 |
-
<label for="
|
| 14 |
-
<input type="text" id="
|
| 15 |
<button type="submit" id="submitBtn">Submit</button>
|
| 16 |
</form>
|
| 17 |
|
|
@@ -62,3 +62,5 @@
|
|
| 62 |
</script>
|
| 63 |
</body>
|
| 64 |
</html>
|
|
|
|
|
|
|
|
|
| 10 |
<form id="uploadForm" action="/predict/" method="post" enctype="multipart/form-data">
|
| 11 |
<label for="image">Upload Image:</label><br>
|
| 12 |
<input type="file" id="image" name="image" accept="image/*"><br>
|
| 13 |
+
<label for="context">Question:</label><br>
|
| 14 |
+
<input type="text" id="context" name="context"><br>
|
| 15 |
<button type="submit" id="submitBtn">Submit</button>
|
| 16 |
</form>
|
| 17 |
|
|
|
|
| 62 |
</script>
|
| 63 |
</body>
|
| 64 |
</html>
|
| 65 |
+
|
| 66 |
+
|