Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +13 -3
testnavbar.py
CHANGED
|
@@ -101,10 +101,20 @@ def ProductCard(p):
|
|
| 101 |
|
| 102 |
# Define this once, at module level (top of file is best)
|
| 103 |
example_product_description = """
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
-
-
|
| 107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
"""
|
| 109 |
|
| 110 |
@rt
|
|
|
|
| 101 |
|
| 102 |
# Define this once, at module level (top of file is best)
|
| 103 |
example_product_description = """
|
| 104 |
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
| 105 |
+
Praesent euismod, sapien nec facilisis tincidunt, nunc
|
| 106 |
+
nibh posuere justo, vitae luctus neque magna vel nulla.
|
| 107 |
+
Curabitur at felis ac nulla fermentum tincidunt.
|
| 108 |
+
Integer non risus nec nulla cursus porttitor.
|
| 109 |
+
Suspendisse potenti. Donec vel sapien nec erat
|
| 110 |
+
malesuada viverra sed a lorem.
|
| 111 |
|
| 112 |
+
- Proin facilisis ligula sed sapien tincidunt, at
|
| 113 |
+
fermentum magna volutpat.
|
| 114 |
+
- Curabitur vitae lectus nec justo cursus
|
| 115 |
+
sollicitudin non sed est.
|
| 116 |
+
- Sed ut perspiciatis unde omnis iste natus error
|
| 117 |
+
sit voluptatem accusantium doloremque laudantium.
|
| 118 |
"""
|
| 119 |
|
| 120 |
@rt
|