Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -10
index.html
CHANGED
@@ -213,7 +213,7 @@
|
|
213 |
<!-- Chat container -->
|
214 |
<div class="chat-container bg-white rounded-xl p-4 backdrop-blur-sm bg-opacity-80" id="chat-container">
|
215 |
<div class="chat-header">
|
216 |
-
<h2 class="text-lg font-semibold text-pink-600">Chat with
|
217 |
<button id="close-chat-btn" class="text-pink-600 hover:text-pink-800">
|
218 |
<i class="fas fa-times"></i>
|
219 |
</button>
|
@@ -222,11 +222,11 @@
|
|
222 |
<div class="overflow-y-auto mb-4 h-64" id="chat-messages">
|
223 |
<div class="message message-animation flex mb-4">
|
224 |
<div class="mr-3">
|
225 |
-
<img src="https://huggingface.co/spaces/privateuserh/
|
226 |
</div>
|
227 |
<div class="flex-1">
|
228 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|
229 |
-
<p class="text-sm">
|
230 |
</div>
|
231 |
<p class="text-xs text-gray-500 mt-1">Just now</p>
|
232 |
</div>
|
@@ -235,7 +235,7 @@
|
|
235 |
|
236 |
<div id="typing-indicator" class="typing-indicator flex mb-4 hidden">
|
237 |
<div class="mr-3">
|
238 |
-
<img src="https://huggingface.co/spaces/privateuserh/
|
239 |
</div>
|
240 |
<div class="flex-1">
|
241 |
<div class="inline-block bg-gray-100 rounded-xl px-4 py-2">
|
@@ -248,7 +248,7 @@
|
|
248 |
|
249 |
<div class="flex items-center border-t border-gray-200 pt-3">
|
250 |
<div class="flex-1 relative">
|
251 |
-
<input type="text" id="user-input" placeholder="Ask
|
252 |
class="w-full border border-gray-300 rounded-full py-3 px-4 focus:outline-none focus:ring-2 focus:ring-pink-500 focus:border-transparent bg-white">
|
253 |
<button id="send-btn" class="absolute right-3 top-1/2 transform -translate-y-1/2 bg-pink-600 text-white p-2 rounded-full hover:bg-pink-700 transition-colors">
|
254 |
<i class="fas fa-paper-plane"></i>
|
@@ -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">
|
@@ -520,8 +520,8 @@
|
|
520 |
|
521 |
function updateFashionTips() {
|
522 |
const fashionTips = [
|
523 |
-
"Layering
|
524 |
-
"
|
525 |
"Mix textures like silk and denim for an interesting contrast in your outfits.",
|
526 |
"Sustainable fashion alert: Look for OEKO-TEX certified fabrics for eco-friendly choices.",
|
527 |
"Belt your oversized blazers at the waist for a more defined silhouette this season.",
|
|
|
213 |
<!-- Chat container -->
|
214 |
<div class="chat-container bg-white rounded-xl p-4 backdrop-blur-sm bg-opacity-80" id="chat-container">
|
215 |
<div class="chat-header">
|
216 |
+
<h2 class="text-lg font-semibold text-pink-600">Chat with Ginger</h2>
|
217 |
<button id="close-chat-btn" class="text-pink-600 hover:text-pink-800">
|
218 |
<i class="fas fa-times"></i>
|
219 |
</button>
|
|
|
222 |
<div class="overflow-y-auto mb-4 h-64" id="chat-messages">
|
223 |
<div class="message message-animation flex mb-4">
|
224 |
<div class="mr-3">
|
225 |
+
<img src="https://huggingface.co/spaces/privateuserh/ginger-xiana-ai.jpg" class="w-8 h-8 rounded-full object-cover">
|
226 |
</div>
|
227 |
<div class="flex-1">
|
228 |
<div class="inline-block bg-pink-100 rounded-xl px-4 py-2">
|
229 |
+
<p class="text-sm">Hey fashion lover! I'm Miyo Mirai, your personal AI style consultant. How can I help you look fabulous today? 💖</p>
|
230 |
</div>
|
231 |
<p class="text-xs text-gray-500 mt-1">Just now</p>
|
232 |
</div>
|
|
|
235 |
|
236 |
<div id="typing-indicator" class="typing-indicator flex mb-4 hidden">
|
237 |
<div class="mr-3">
|
238 |
+
<img src="https://huggingface.co/spaces/privateuserh/ginger-xiana-ai.jpg" class="w-8 h-8 rounded-full object-cover">
|
239 |
</div>
|
240 |
<div class="flex-1">
|
241 |
<div class="inline-block bg-gray-100 rounded-xl px-4 py-2">
|
|
|
248 |
|
249 |
<div class="flex items-center border-t border-gray-200 pt-3">
|
250 |
<div class="flex-1 relative">
|
251 |
+
<input type="text" id="user-input" placeholder="Ask Ginger about On trend fashion, styling advice..."
|
252 |
class="w-full border border-gray-300 rounded-full py-3 px-4 focus:outline-none focus:ring-2 focus:ring-pink-500 focus:border-transparent bg-white">
|
253 |
<button id="send-btn" class="absolute right-3 top-1/2 transform -translate-y-1/2 bg-pink-600 text-white p-2 rounded-full hover:bg-pink-700 transition-colors">
|
254 |
<i class="fas fa-paper-plane"></i>
|
|
|
437 |
} else if (specialType === "listening") {
|
438 |
messageDiv.innerHTML = `
|
439 |
<div class="mr-3">
|
440 |
+
<img src="https://huggingface.co/spaces/privateuserh/ginger-xiana-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/ginger-xiana-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/ginger-xiana-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">
|
|
|
520 |
|
521 |
function updateFashionTips() {
|
522 |
const fashionTips = [
|
523 |
+
"Layering should be the key for transitional weather - try a lightweight moc turtleneck under your summer dresses!",
|
524 |
+
"Make a statement with jewelry and elevate even the simplest outfit. Try chunky necklaces this season!",
|
525 |
"Mix textures like silk and denim for an interesting contrast in your outfits.",
|
526 |
"Sustainable fashion alert: Look for OEKO-TEX certified fabrics for eco-friendly choices.",
|
527 |
"Belt your oversized blazers at the waist for a more defined silhouette this season.",
|