Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -437,7 +437,7 @@
|
|
437 |
} else if (specialType === "listening") {
|
438 |
messageDiv.innerHTML = `
|
439 |
<div class="mr-3">
|
440 |
-
<img src="https://huggingface.co/spaces/privateuserh/
|
441 |
</div>
|
442 |
<div class="flex-1">
|
443 |
<div class="inline-block bg-yellow-100 rounded-xl px-4 py-2">
|
@@ -449,7 +449,7 @@
|
|
449 |
} else {
|
450 |
messageDiv.innerHTML = `
|
451 |
<div class="mr-3">
|
452 |
-
<img src="https://huggingface.co/spaces/privateuserh/
|
453 |
</div>
|
454 |
<div class="flex-1">
|
455 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|
@@ -476,7 +476,7 @@
|
|
476 |
messageDiv.className = `message message-animation flex mb-4`;
|
477 |
messageDiv.innerHTML = `
|
478 |
<div class="mr-3">
|
479 |
-
<img src="https://huggingface.co/spaces/privateuserh/
|
480 |
</div>
|
481 |
<div class="flex-1">
|
482 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|
|
|
437 |
} else if (specialType === "listening") {
|
438 |
messageDiv.innerHTML = `
|
439 |
<div class="mr-3">
|
440 |
+
<img src="https://huggingface.co/spaces/privateuserh/Lizzie-Lauren-ai.jpg" class="w-8 h-8 rounded-full object-cover">
|
441 |
</div>
|
442 |
<div class="flex-1">
|
443 |
<div class="inline-block bg-yellow-100 rounded-xl px-4 py-2">
|
|
|
449 |
} else {
|
450 |
messageDiv.innerHTML = `
|
451 |
<div class="mr-3">
|
452 |
+
<img src="https://huggingface.co/spaces/privateuserh/Lizzie-Lauren-ai.jpg" class="w-8 h-8 rounded-full object-cover">
|
453 |
</div>
|
454 |
<div class="flex-1">
|
455 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|
|
|
476 |
messageDiv.className = `message message-animation flex mb-4`;
|
477 |
messageDiv.innerHTML = `
|
478 |
<div class="mr-3">
|
479 |
+
<img src="https://huggingface.co/spaces/privateuserh/Lizzie-Lauren-ai.jpg" class="w-8 h-8 rounded-full object-cover">
|
480 |
</div>
|
481 |
<div class="flex-1">
|
482 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|