thiyagab commited on
Commit
292d3fc
1 Parent(s): 187bdeb

changing back to newline format

Browse files
Files changed (1) hide show
  1. semanticsearch.py +1 -1
semanticsearch.py CHANGED
@@ -48,7 +48,7 @@ def find_similarities(input:str):
48
  print(similarity_matrix[0][index])
49
  response+=en_translations[index+1]
50
  print(en_translations[index+1])
51
- response += "\\"+"\n".join(kurals[index+1])+"\\"
52
  print("\n".join(kurals[index+1]))
53
  return response
54
 
 
48
  print(similarity_matrix[0][index])
49
  response+=en_translations[index+1]
50
  print(en_translations[index+1])
51
+ response += "\n"+"\n".join(kurals[index+1])+"\n"
52
  print("\n".join(kurals[index+1]))
53
  return response
54