Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -239,7 +239,7 @@ async function sendMessage() {
|
|
| 239 |
typingIndicator.id = "typing-indicator";
|
| 240 |
typingIndicator.innerText = "Clara is typing...";
|
| 241 |
chatHistory.appendChild(typingIndicator);
|
| 242 |
-
chatHistory.scrollTop = chatHistory.scrollHeight;
|
| 243 |
}
|
| 244 |
|
| 245 |
function hideTypingIndicator() {
|
|
|
|
| 239 |
typingIndicator.id = "typing-indicator";
|
| 240 |
typingIndicator.innerText = "Clara is typing...";
|
| 241 |
chatHistory.appendChild(typingIndicator);
|
| 242 |
+
chatHistory.scrollTop = chatHistory.scrollHeight;
|
| 243 |
}
|
| 244 |
|
| 245 |
function hideTypingIndicator() {
|