Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
| 23 |
}
|
| 24 |
#chat-history {
|
| 25 |
-
height:
|
| 26 |
overflow-y: auto;
|
| 27 |
margin-bottom: 10px;
|
| 28 |
padding: 10px;
|
|
@@ -222,7 +222,7 @@
|
|
| 222 |
const typingIndicator = document.createElement("div");
|
| 223 |
typingIndicator.className = "typing-indicator";
|
| 224 |
typingIndicator.id = "typing-indicator";
|
| 225 |
-
typingIndicator.innerText = "
|
| 226 |
chatHistory.appendChild(typingIndicator);
|
| 227 |
chatHistory.scrollTop = chatHistory.scrollHeight; // Scroll to bottom
|
| 228 |
}
|
|
|
|
| 22 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
| 23 |
}
|
| 24 |
#chat-history {
|
| 25 |
+
height: 490px;
|
| 26 |
overflow-y: auto;
|
| 27 |
margin-bottom: 10px;
|
| 28 |
padding: 10px;
|
|
|
|
| 222 |
const typingIndicator = document.createElement("div");
|
| 223 |
typingIndicator.className = "typing-indicator";
|
| 224 |
typingIndicator.id = "typing-indicator";
|
| 225 |
+
typingIndicator.innerText = "Clara is typing...";
|
| 226 |
chatHistory.appendChild(typingIndicator);
|
| 227 |
chatHistory.scrollTop = chatHistory.scrollHeight; // Scroll to bottom
|
| 228 |
}
|