thiyagab commited on
Commit
59baf0d
1 Parent(s): 7baee1e

formatted texts

Browse files
Files changed (1) hide show
  1. semanticsearch.py +1 -1
semanticsearch.py CHANGED
@@ -54,7 +54,7 @@ def find_similarities(input:str):
54
  print(similarity_matrix[0][index])
55
  response+=en_translations[index+1]
56
  print(en_translations[index+1])
57
- response += "\n"+"\n".join(kurals[index+1])+"\n"
58
  print("\n".join(kurals[index+1]))
59
  return response
60
 
 
54
  print(similarity_matrix[0][index])
55
  response+=en_translations[index+1]
56
  print(en_translations[index+1])
57
+ response += "\\"+"\n".join(kurals[index+1])+"\\"
58
  print("\n".join(kurals[index+1]))
59
  return response
60