prashanth commited on
Commit
67baa25
·
verified ·
1 Parent(s): 6cb3d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def spell_checker(sentence:str)-> str: #it's import to specify the return type
15
  arg1: the sentence to be corrected
16
  """
17
  try:
 
18
  corrected_sentence = sentence+"****"
19
  return corrected_sentence
20
  except Exception as e:
 
15
  arg1: the sentence to be corrected
16
  """
17
  try:
18
+ # corrected sentence
19
  corrected_sentence = sentence+"****"
20
  return corrected_sentence
21
  except Exception as e: