Ashrafb commited on
Commit
d5122cb
·
verified ·
1 Parent(s): 805c775

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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="question">Question:</label><br>
14
- <input type="text" id="question" name="question"><br>
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
+