Bitha commited on
Commit
01e6e32
1 Parent(s): 8f2c722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ st.write('---')
65
 
66
  def get_similar_products_cnn(product_id, num_results):
67
  if product_id not in fashion_df['ProductId'].values:
68
- st.write("Product ID is not valid")
69
  return
70
  if(fashion_df[fashion_df['ProductId']==product_id]['Gender'].values[0]=="Boys"):
71
  extracted_features = boys_extracted_features
 
65
 
66
  def get_similar_products_cnn(product_id, num_results):
67
  if product_id not in fashion_df['ProductId'].values:
68
+ st.write("Product ID is not valid")
69
  return
70
  if(fashion_df[fashion_df['ProductId']==product_id]['Gender'].values[0]=="Boys"):
71
  extracted_features = boys_extracted_features