Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -162,13 +162,13 @@
|
|
162 |
<body class="min-h-screen overflow-hidden">
|
163 |
<!-- Full-screen video avatar -->
|
164 |
<video id="avatar-video" class="video-avatar" autoplay loop muted playsinline>
|
165 |
-
<source src="https://huggingface.co/spaces/privateuserh/miyo-mirai-ai-agent/resolve/main/
|
166 |
Your browser does not support the video tag.
|
167 |
</video>
|
168 |
|
169 |
<!-- Title -->
|
170 |
<div class="neon-text">
|
171 |
-
|
172 |
</div>
|
173 |
|
174 |
<!-- Floating action buttons -->
|
@@ -550,8 +550,8 @@
|
|
550 |
|
551 |
function generateFashionResponse(query) {
|
552 |
const responses = {
|
553 |
-
"hello": "
|
554 |
-
"hi": "
|
555 |
"help": "Of course darling! I can help with: \n- Outfit suggestions for any occasion\n- Seasonal trend reports\n- Sustainable fashion choices\n- Wardrobe organization tips\n- Personal style analysis\nWhat would you like to know?",
|
556 |
"summer outfits": "For summer, I'm loving breezy linen sets in pastel hues! 😍 Try pairing a baby blue linen shirt with matching shorts and espadrilles. Accessorize with raffia bags and oversized sunglasses for that chic beach-to-brunch look! Would you like some specific recommendations for your body type?",
|
557 |
"mix & match": "Mixing patterns is such a fun way to express your personal style! 💫 Try combining stripes with florals - make sure one pattern is larger scale than the other. Or for a subtler approach, pair polka dots with animal print. The key is to keep the color palette cohesive - maybe choose one accent color present in both patterns?",
|
|
|
162 |
<body class="min-h-screen overflow-hidden">
|
163 |
<!-- Full-screen video avatar -->
|
164 |
<video id="avatar-video" class="video-avatar" autoplay loop muted playsinline>
|
165 |
+
<source src="https://huggingface.co/spaces/privateuserh/miyo-mirai-ai-agent/resolve/main/FifineFairfield.mp4" type="video/mp4">
|
166 |
Your browser does not support the video tag.
|
167 |
</video>
|
168 |
|
169 |
<!-- Title -->
|
170 |
<div class="neon-text">
|
171 |
+
Fifine Fairfield
|
172 |
</div>
|
173 |
|
174 |
<!-- Floating action buttons -->
|
|
|
550 |
|
551 |
function generateFashionResponse(query) {
|
552 |
const responses = {
|
553 |
+
"hello": "Fashionistas! ✨ Ready to explore the world of fashion together? What would you like to chat about today?",
|
554 |
+
"hi": "fashion lover! 💖 Fifine is excited to help you with your style questions. What's on your mind?",
|
555 |
"help": "Of course darling! I can help with: \n- Outfit suggestions for any occasion\n- Seasonal trend reports\n- Sustainable fashion choices\n- Wardrobe organization tips\n- Personal style analysis\nWhat would you like to know?",
|
556 |
"summer outfits": "For summer, I'm loving breezy linen sets in pastel hues! 😍 Try pairing a baby blue linen shirt with matching shorts and espadrilles. Accessorize with raffia bags and oversized sunglasses for that chic beach-to-brunch look! Would you like some specific recommendations for your body type?",
|
557 |
"mix & match": "Mixing patterns is such a fun way to express your personal style! 💫 Try combining stripes with florals - make sure one pattern is larger scale than the other. Or for a subtler approach, pair polka dots with animal print. The key is to keep the color palette cohesive - maybe choose one accent color present in both patterns?",
|