redfernstech commited on
Commit
dffd83c
·
verified ·
1 Parent(s): 32c713a

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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: 506px;
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 = "Bot is typing...";
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
  }