prasadnu commited on
Commit
72dafff
·
1 Parent(s): 97137c3

added dataset

Browse files
Files changed (2) hide show
  1. pages/Semantic_Search.py +1 -1
  2. 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=":orange[Preview Product catalog]")
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=":orange[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
-
20
  with st.expander("Preview retail data samples",expanded = True):
21
  samp1, samp2,samp3,samp4 = st.columns([25,25,25,25])
22
  col_array = [samp1, samp2,samp3,samp4]
 
16
  yaml = YAML()
17
  preview_contain = st.container()
18
  preview_items = yaml.load(open('/data/app_bkp/images_retail/preview_data.yaml'))
19
+ st.markdown("[Dataset source](%s)" % "https://github.com/aws-samples/retail-demo-store")
20
  with st.expander("Preview retail data samples",expanded = True):
21
  samp1, samp2,samp3,samp4 = st.columns([25,25,25,25])
22
  col_array = [samp1, samp2,samp3,samp4]