sarahselim18 commited on
Commit
3a6d10e
·
1 Parent(s): fb11790

left comment where left off

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def get_sorted_cosine_similarity(embeddings_metadata):
197
  cat_embed = []
198
  for cat in categories:
199
  cat_embed.append(get_category_embeddings(categories))
200
-
201
 
202
  ##########################################
203
 
 
197
  cat_embed = []
198
  for cat in categories:
199
  cat_embed.append(get_category_embeddings(categories))
200
+ #FINISH
201
 
202
  ##########################################
203