Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -453,7 +453,7 @@ span.material-symbols-rounded {
|
|
453 |
|
454 |
const botHtml = `<div class="chat-content">
|
455 |
<div class="chat-details">
|
456 |
-
<img src="img/chatbot.jpg">
|
457 |
<p contenteditable="false" class="copy-text">${botResponse}</p>
|
458 |
</div>
|
459 |
<span class="material-symbols-rounded copy-icon">content_copy</span>
|
|
|
453 |
|
454 |
const botHtml = `<div class="chat-content">
|
455 |
<div class="chat-details">
|
456 |
+
<img src="img/chatbot.jpg"><span class="new">...</span>
|
457 |
<p contenteditable="false" class="copy-text">${botResponse}</p>
|
458 |
</div>
|
459 |
<span class="material-symbols-rounded copy-icon">content_copy</span>
|