profnecrya commited on
Commit
fd06dc9
·
1 Parent(s): ac6f4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,9 +26,10 @@ def check3(inp, inp2):
26
  def get_matches(text):
27
  # prepare text
28
  textR=text.split
29
-
30
  countl=0
31
  queue=len(textR)
 
32
  # try to correct it
33
  try:
34
  ##return(difflib.get_close_matches(text, dictionary)) #[0].replace("\n", "")
 
26
  def get_matches(text):
27
  # prepare text
28
  textR=text.split
29
+ print(textR)
30
  countl=0
31
  queue=len(textR)
32
+
33
  # try to correct it
34
  try:
35
  ##return(difflib.get_close_matches(text, dictionary)) #[0].replace("\n", "")