We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864a0b6 commit ea489cbCopy full SHA for ea489cb
examples/server/webui/index.html
@@ -159,7 +159,7 @@ <h2 class="font-bold ml-4">Conversations</h2>
159
id="msg-input"
160
dir="auto"
161
></textarea>
162
- <button v-if="!isGenerating" class="btn btn-primary ml-2" @click="sendMessage" :disabled="inputMsg.length === 0">Send</button>
+ <button v-if="!isGenerating" class="btn btn-primary ml-2" @click="sendMessage" :disabled="inputMsg.length === 0" id="msg-send">Send</button>
163
<button v-else class="btn btn-neutral ml-2" @click="stopGeneration">Stop</button>
164
</div>
165
0 commit comments