Spaces:
Runtime error
Runtime error
Update KBTrain.html
Browse files- 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
|
99 |
-
<input type="file" name="
|
100 |
-
<
|
|
|
|
|
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>
|