thiyagab commited on
Commit
c6725ff
1 Parent(s): 9376927
Files changed (1) hide show
  1. semanticsearch.py +5 -5
semanticsearch.py CHANGED
@@ -72,8 +72,8 @@ def kural_definition(index: int):
72
  return response
73
 
74
 
75
- while True:
76
- text = input('Ask valluvar: ')
77
- if (text == 'exit'):
78
- break
79
- find_similarities(text)
 
72
  return response
73
 
74
 
75
+ # while True:
76
+ # text = input('Ask valluvar: ')
77
+ # if (text == 'exit'):
78
+ # break
79
+ # find_similarities(text)