lalaru commited on
Commit
d6fae15
·
verified ·
1 Parent(s): 3caf4b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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