Add stop button
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<form id="chatForm" class="chat-form">
|
||||
<input id="promptInput" type="text" placeholder="Enter your prompt" autofocus>
|
||||
<button id="sendButton" onclick="sendPrompt()">Send</button>
|
||||
<button id="stopButton" disabled>Stop</button>
|
||||
</form>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user