Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The model evaluates the query for completeness and grammatical correctness, prov
|
|
14 |
|
15 |
## Usage
|
16 |
|
17 |
-
```
|
18 |
# Sentences
|
19 |
sentences = [
|
20 |
"The cat and dog in the yard.", # Incorrect - It should be "The cat and dog are in the yard."
|
|
|
14 |
|
15 |
## Usage
|
16 |
|
17 |
+
```python
|
18 |
# Sentences
|
19 |
sentences = [
|
20 |
"The cat and dog in the yard.", # Incorrect - It should be "The cat and dog are in the yard."
|