mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
7 lines
215 B
Text
7 lines
215 B
Text
|
<%# locals: (chat:, message: "Thinking ...") -%>
|
||
|
|
||
|
<div id="thinking-indicator" class="flex items-start">
|
||
|
<%= render "chats/ai_avatar" %>
|
||
|
<p class="text-sm text-secondary animate-pulse"><%= message %></p>
|
||
|
</div>
|