Update index.html

This commit is contained in:
Alex
2023-02-07 22:30:29 +00:00
parent 4fd02c47a8
commit b480917dc6

View File

@@ -63,7 +63,7 @@ This will return a new DataFrame with all the columns from both tables, and only
<p class="text-sm">If you want to launch it on your own server - <a href="https://github.com/arc53/docsgpt/wiki/How-to-train-on-other-documentation" class="text-blue-500 hover:text-blue-800"> follow this guide </a></p><br>
<label class="block mb-2 text-sm font-medium text-gray-900">Select documentation from DocsHUB</label>
<select id="select-docs" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5">
<option selected>Choose documentation</option>
<option selected value="default">Choose documentation</option>
<option value="default">Default</option>
</select>
</div>