umarigan commited on
Commit
60c70dc
·
verified ·
1 Parent(s): 05ac48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ iface = gr.Interface(
102
  within the document based on the selected distance metric. Choose from cosine, Euclidean, Manhattan, or dot product metrics
103
  to explore different aspects of textual similarity.
104
  umap args: n_neighbors=15, min_dist=0.0,
 
105
  """
106
  )
107
 
 
102
  within the document based on the selected distance metric. Choose from cosine, Euclidean, Manhattan, or dot product metrics
103
  to explore different aspects of textual similarity.
104
  umap args: n_neighbors=15, min_dist=0.0,
105
+ Green dots are the closest vectors
106
  """
107
  )
108