Spaces:
Running
Running
RobertoBarrosoLuque
commited on
Commit
·
5894c26
1
Parent(s):
c98ceee
Add app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -282,7 +282,7 @@ def create_demo_interface():
|
|
| 282 |
value=example_data[
|
| 283 |
["id", "masterCategory", "gender", "subCategory"]
|
| 284 |
],
|
| 285 |
-
label="
|
| 286 |
interactive=False,
|
| 287 |
wrap=True,
|
| 288 |
)
|
|
|
|
| 282 |
value=example_data[
|
| 283 |
["id", "masterCategory", "gender", "subCategory"]
|
| 284 |
],
|
| 285 |
+
label="Click on any of the rows below to load the product image for analysis",
|
| 286 |
interactive=False,
|
| 287 |
wrap=True,
|
| 288 |
)
|