Skip to content

Commit

Permalink
server : minor UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Nov 7, 2024
1 parent a71d81c commit c7a37e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2 class="font-bold mb-4 ml-4">Conversations</h2>

<!-- pending (ongoing) assistant message -->
<div id="pending-msg" class="chat chat-start">
<div v-if="pendingMsg" class="chat-bubble markdown">
<div v-if="pendingMsg" class="chat-bubble markdown chat-bubble-base-300">
<span v-if="!pendingMsg.content" class="loading loading-dots loading-md"></span>
<vue-markdown v-else :source="pendingMsg.content" />
</div>
Expand Down

0 comments on commit c7a37e9

Please sign in to comment.