blob: 868986bfe2e74e651027ed6aa4b47f36868173a0 (
plain)
1
2
3
4
5
6
7
8
|
<div class="flex flex-col h-full text-sm">
<div id="chat_output" class="overflow-auto flex-grow">
Chat output will go here.
</div>
<div class="flex-none">
Chat input will go here.
</div>
</div>
|