mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update index.html
This commit is contained in:
parent
b5275379ce
commit
ca20682cec
1 changed files with 10 additions and 0 deletions
|
@ -6,3 +6,13 @@
|
||||||
{% include 'simple/simple_search.html' %}
|
{% include 'simple/simple_search.html' %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% 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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue