Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +1 -1
testnavbar.py
CHANGED
|
@@ -86,7 +86,7 @@ def ProductCard(p):
|
|
| 86 |
def index():
|
| 87 |
# Titled using a H1 title, sets the page title, and wraps contents in Main(Container(...)) using
|
| 88 |
# frankenui styles. Generally you will want to use Titled for all of your pages
|
| 89 |
-
return Titled("
|
| 90 |
Grid(*[ProductCard(p) for p in products], cols_lg=3))
|
| 91 |
|
| 92 |
example_product_description = Div(
|
|
|
|
| 86 |
def index():
|
| 87 |
# Titled using a H1 title, sets the page title, and wraps contents in Main(Container(...)) using
|
| 88 |
# frankenui styles. Generally you will want to use Titled for all of your pages
|
| 89 |
+
return Titled("Store",
|
| 90 |
Grid(*[ProductCard(p) for p in products], cols_lg=3))
|
| 91 |
|
| 92 |
example_product_description = Div(
|