demoPOC commited on
Commit
a2e617f
·
1 Parent(s): f7a2e50

Update KBTrain.html

Browse files
Files changed (1) hide show
  1. KBTrain.html +5 -3
KBTrain.html CHANGED
@@ -95,9 +95,11 @@
95
  </div>
96
  <div class="upload-form">
97
  <form action="/file_upload" method="post" enctype="multipart/form-data">
98
- <label for="file">Choose file to upload:</label>
99
- <input type="file" name="file" id="file"><br><br>
100
- <input type="submit" value="Upload">
 
 
101
  </form>
102
  </div>
103
  </div>
 
95
  </div>
96
  <div class="upload-form">
97
  <form action="/file_upload" method="post" enctype="multipart/form-data">
98
+ <label for="file">Choose KnowledgeBase PDF files to upload:</label>
99
+ <input type="file" name="files[]" id="file" multiple="true" accept=".pdf"><br><br>
100
+ <label for="weburl">Add your KnowledgeBase URL:</label>
101
+ <input type="url" id="weburl" name="weburl">
102
+ <input type="submit" value="Upload" >
103
  </form>
104
  </div>
105
  </div>