AItool commited on
Commit
3f7c7f7
·
verified ·
1 Parent(s): a8784b2

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +2 -2
testnavbar.py CHANGED
@@ -16,8 +16,8 @@ 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": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/random/400x100/?kalpasi,spice"},
20
- {"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/random/400x100/?radhuni,spice"},
21
  {"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
22
  {"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/random/400x100/?mace,spice"},
23
  {"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/random/400x100/?anardana,pomegranate"},
 
16
 
17
  # Examples Product Data to render in the gallery and detail pages
18
  products = [
19
+ {"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/seed/{kalpasi,spice}/400x100"},
20
+ {"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/{radhuni,spice}/400x100"},
21
  {"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/random/400x100/?kokum,fruit"},
22
  {"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/random/400x100/?mace,spice"},
23
  {"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/random/400x100/?anardana,pomegranate"},