AItool commited on
Commit
fc8ea5e
·
verified ·
1 Parent(s): a39d32a

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -16,7 +16,7 @@ app, rt = fast_app(hdrs=hdrs, live=True)
16
 
17
  # Examples Product Data to render in the gallery and detail pages
18
  products = [
19
- {"name": "Laptop", "price": "$999", "img": "https://picsum.photos/400/100?random=1"},
20
  {"name": "Smartphone", "price": "$599", "img": "https://picsum.photos/400/100?random=2"},
21
  {"name": "Headphones", "price": "$199", "img": "https://picsum.photos/400/100?random=3"},
22
  {"name": "Smartwatch", "price": "$299", "img": "https://picsum.photos/400/100?random=4"},
 
16
 
17
  # Examples Product Data to render in the gallery and detail pages
18
  products = [
19
+ {"name": "Laptop", "price": "$999", "img": "https://source.unsplash.com/random/400x100/?indian,spices"},
20
  {"name": "Smartphone", "price": "$599", "img": "https://picsum.photos/400/100?random=2"},
21
  {"name": "Headphones", "price": "$199", "img": "https://picsum.photos/400/100?random=3"},
22
  {"name": "Smartwatch", "price": "$299", "img": "https://picsum.photos/400/100?random=4"},