Skip to content

Commit 76c6e7f

Browse files
authored
server : minor UI fix (ggml-org#10207)
1 parent a71d81c commit 76c6e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 class="font-bold mb-4 ml-4">Conversations</h2>
167167

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

0 commit comments

Comments
 (0)