Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
added dataset
Browse files- pages/Semantic_Search.py +1 -1
- pages/dataset.py +1 -1
pages/Semantic_Search.py
CHANGED
|
@@ -637,7 +637,7 @@ with col4:
|
|
| 637 |
if(search_all_type == True or 1==1):
|
| 638 |
with st.sidebar:
|
| 639 |
st.page_link("app.py", label=":orange[Home]", icon="🏠")
|
| 640 |
-
st.page_link("pages/dataset.py", label=":
|
| 641 |
|
| 642 |
|
| 643 |
|
|
|
|
| 637 |
if(search_all_type == True or 1==1):
|
| 638 |
with st.sidebar:
|
| 639 |
st.page_link("app.py", label=":orange[Home]", icon="🏠")
|
| 640 |
+
st.page_link("pages/dataset.py", label=":green[Preview sample Product catalog]")
|
| 641 |
|
| 642 |
|
| 643 |
|
pages/dataset.py
CHANGED
|
@@ -16,7 +16,7 @@ preview_data = ["footwear","jewelry","apparel","beauty","housewares"]
|
|
| 16 |
yaml = YAML()
|
| 17 |
preview_contain = st.container()
|
| 18 |
preview_items = yaml.load(open('/data/app_bkp/images_retail/preview_data.yaml'))
|
| 19 |
-
st.page_link("pages/Semantic_Search.py", label=":orange[
|
| 20 |
st.markdown("[Dataset source](%s)" % "https://github.com/aws-samples/retail-demo-store")
|
| 21 |
with st.expander("Preview retail data samples",expanded = True):
|
| 22 |
samp1, samp2,samp3,samp4 = st.columns([25,25,25,25])
|
|
|
|
| 16 |
yaml = YAML()
|
| 17 |
preview_contain = st.container()
|
| 18 |
preview_items = yaml.load(open('/data/app_bkp/images_retail/preview_data.yaml'))
|
| 19 |
+
st.page_link("pages/Semantic_Search.py", label=":orange[:back:]")
|
| 20 |
st.markdown("[Dataset source](%s)" % "https://github.com/aws-samples/retail-demo-store")
|
| 21 |
with st.expander("Preview retail data samples",expanded = True):
|
| 22 |
samp1, samp2,samp3,samp4 = st.columns([25,25,25,25])
|