AItool commited on
Commit
51814f6
·
verified ·
1 Parent(s): 8c17735

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +10 -10
testnavbar.py CHANGED
@@ -14,17 +14,17 @@ hdrs = Theme.blue.headers()
14
  # needed for frankenui theme styling
15
  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/seed/kalpasi,spice/400/100"},
20
- {"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/radhuni,spice/400/100"},
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"},
24
- {"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?ajmod,spice"},
25
- {"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?marathi,moggu,spice"},
26
- {"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/random/400x100/?kalonji,nigella,seeds"}
27
- ]
28
 
29
  CreateAccount = Card(
30
  Grid(
 
14
  # needed for frankenui theme styling
15
  app, rt = fast_app(hdrs=hdrs, live=True)
16
 
17
+ # Examples Product Data to render in the gallery and detail pages https://picsum.photos/400/100?random=1 to 6
18
  products = [
19
+ {"name": "Kalpasi (Black Stone Flower)", "price": "$999", "img": "https://source.unsplash.com/seed/kalpasi/400x100"},
20
+ {"name": "Radhuni (Wild Celery Seeds)", "price": "$599", "img": "https://source.unsplash.com/seed/radhuni/400x100"},
21
+ {"name": "Kokum", "price": "$199", "img": "https://source.unsplash.com/seed/kokum/400x100"},
22
+ {"name": "Mace (Javitri)", "price": "$299", "img": "https://source.unsplash.com/seed/mace/400x100"},
23
+ {"name": "Anardana (Dried Pomegranate)", "price": "$449", "img": "https://source.unsplash.com/seed/anardana/400x100"},
24
+ {"name": "Ajmod (Indian Lovage)", "price": "$799", "img": "https://source.unsplash.com/seed/ajmod/400x100"},
25
+ {"name": "Marathi Moggu", "price": "$799", "img": "https://source.unsplash.com/seed/marathimoggu/400x100"},
26
+ {"name": "Kalonji (Nigella Seeds)", "price": "$799", "img": "https://source.unsplash.com/seed/kalonji/400x100"}
27
+ ]
28
 
29
  CreateAccount = Card(
30
  Grid(