Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|