AdamCodd commited on
Commit
33ea23a
·
1 Parent(s): 5c3c8a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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."