unknown
commited on
Commit
·
1e0a478
1
Parent(s):
2e91e01
try-1
Browse files
examples/sample_product_catalog.txt
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
Products :-
|
2 |
-
|
3 |
-
1. the dropped waist shirt dress in scattered floral
|
4 |
-
PRICE :- R899
|
5 |
-
image link :- https://cdn.shopify.com/s/files/1/3003/2366/files/Me_B_4Sept2023_021_80c53c3b-709e-4a18-b735-71fab899ba36.jpg
|
6 |
-
product link :- https://meandb.shop/collections/shop-all-clothing/products/the-dropped-waist-shirt-dress-in-scattered-floral
|
7 |
-
|
8 |
-
2. collared knit top in milk
|
9 |
-
PRICE :- R499
|
10 |
-
image link :- https://cdn.shopify.com/s/files/1/3003/2366/files/Mr_B_16Oct2023_343_fc023756-f4db-4091-af11-0d4437e38deb.jpg
|
11 |
-
product link :- https://meandb.shop/collections/shop-all-clothing/products/collared-knit-top-in-milk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates/bannner.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<title>Chat AI</title>
|
6 |
-
<link rel="stylesheet" href="static
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
8 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
9 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0" />
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
<title>Chat AI</title>
|
6 |
+
<link rel="stylesheet" href="static\style.css"> <!-- Link to your external CSS file -->
|
7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
8 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
9 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0" />
|