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

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -17,7 +17,7 @@ app, rt = fast_app(hdrs=hdrs, live=True)
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"},
23
  {"name": "Tablet", "price": "$449", "img": "https://picsum.photos/400/100?random=5"},
 
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??indian,spices"},
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"},
23
  {"name": "Tablet", "price": "$449", "img": "https://picsum.photos/400/100?random=5"},