Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|