deepseek-1.x-dev/templates/chat-template.html.twig
templates/chat-template.html.twig
<div class="container-fluid d-flex flex-column h-100">
<div class="row">
<div class="col-md-12">
<h1 class="chatbot-title text-center mt-4">{{ 'What can I help with?'|t }}</h1>
</div>
</div>
<div class="row flex-grow-1" id="chat-frame">
</div>
</div>
