Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def spell_checker(sentence:str)-> str: #it's import to specify the return type
|
|
12 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
13 |
"""A tool that correct the errors in the spelling
|
14 |
Args:
|
15 |
-
|
16 |
"""
|
17 |
try:
|
18 |
# corrected sentence
|
|
|
12 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
13 |
"""A tool that correct the errors in the spelling
|
14 |
Args:
|
15 |
+
sentence: the sentence to be corrected
|
16 |
"""
|
17 |
try:
|
18 |
# corrected sentence
|