hamza50 commited on
Commit
1cc4127
1 Parent(s): a649e9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ def main():
287
  st.write("Please enter a query to get results")
288
  else:
289
  query = [str(userinput)]
290
- doc = nlp(str(userinput))
291
  search(str(userinput))
292
 
293
  # We use cosine-similarity and torch.topk to find the highest 5 scores
 
287
  st.write("Please enter a query to get results")
288
  else:
289
  query = [str(userinput)]
290
+ # doc = nlp(str(userinput))
291
  search(str(userinput))
292
 
293
  # We use cosine-similarity and torch.topk to find the highest 5 scores