sachithcheruvaturfynd commited on
Commit
8879778
·
verified ·
1 Parent(s): 676d901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -58,6 +58,8 @@ if dataset_choice == "Reliance Digital Order Complete Dataset":
58
  query_id = name_to_id[selected_product_name]
59
  url = "https://www.reliancedigital.in/"
60
  st.write("Created using the clickstream order-completed data from [reliancedigital.com](%s)" % url)
 
 
61
 
62
  # Inject custom CSS for the tab headings
63
  st.markdown(
 
58
  query_id = name_to_id[selected_product_name]
59
  url = "https://www.reliancedigital.in/"
60
  st.write("Created using the clickstream order-completed data from [reliancedigital.com](%s)" % url)
61
+ st.write("An item is only recommended if it costs less than the chosen item.")
62
+
63
 
64
  # Inject custom CSS for the tab headings
65
  st.markdown(