Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
@@ -14,8 +14,8 @@
|
|
14 |
<h1>Image Captioning</h1>
|
15 |
<form id="uploadForm" action="/uploadfile/" method="post" enctype="multipart/form-data">
|
16 |
<label for="image">Upload Image:</label><br>
|
17 |
-
<input type="file" id="
|
18 |
-
<label for="
|
19 |
<textarea id="additional_context" name="additional_context" rows="4" cols="50"></textarea><br>
|
20 |
<button type="submit">Submit</button>
|
21 |
</form>
|
|
|
14 |
<h1>Image Captioning</h1>
|
15 |
<form id="uploadForm" action="/uploadfile/" method="post" enctype="multipart/form-data">
|
16 |
<label for="image">Upload Image:</label><br>
|
17 |
+
<input type="file" id="image" name="image" accept="image/*"><br>
|
18 |
+
<label for="additional_context">Additional Context:</label><br>
|
19 |
<textarea id="additional_context" name="additional_context" rows="4" cols="50"></textarea><br>
|
20 |
<button type="submit">Submit</button>
|
21 |
</form>
|