Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ def evaluate_sentence(user_sentence: str) -> bool:
|
|
| 246 |
"""
|
| 247 |
Check grammar correctness ONLY.
|
| 248 |
Style suggestions (informal/difficult words) do not count as incorrect.
|
| 249 |
-
|
| 250 |
# TODO: Replace this with your grammar-checking logic
|
| 251 |
"""
|
| 252 |
# Example: assume grammar_checker returns True if correct, False if incorrect
|
|
|
|
| 246 |
"""
|
| 247 |
Check grammar correctness ONLY.
|
| 248 |
Style suggestions (informal/difficult words) do not count as incorrect.
|
| 249 |
+
|
| 250 |
# TODO: Replace this with your grammar-checking logic
|
| 251 |
"""
|
| 252 |
# Example: assume grammar_checker returns True if correct, False if incorrect
|