deepseek-1.x-dev/templates/ai-chatbot-block.html.twig
templates/ai-chatbot-block.html.twig
<!-- Chat Icon -->
<div {% if btn_float %}class="position-fixed bottom-0 end-0 m-3"{% endif %}>
<button id="chat-bot" class="btn btn-primary btn-lg rounded-circle" type="button" data-bs-toggle="tooltip" data-bs-title="{{ label }}">
<i class="bi bi-chat-dots-fill"></i>
</button>
</div>
<!-- Chat Frame -->
<div id="chat-box"></div>
