Update index.html

This commit is contained in:
B14ckR41n 2023-01-20 08:20:03 -05:00 committed by GitHub
parent b5275379ce
commit ca20682cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,13 @@
{% include 'simple/simple_search.html' %}
</div>
{% endblock %}
{% block content %}
<div class="chatbot-container">
<form id="chatbot-form">
<label for="chatbot-input">Enter your message:</label>
<input type="text" id="chatbot-input" name="chatbot-input">
<button type="submit" style="display:none;"></button>
</form>
<div id="chatbot-response"></div>
</div>
{% endblock %}