Update README.md
Browse files
README.md
CHANGED
|
@@ -27,5 +27,7 @@ print(converted)
|
|
| 27 |
```
|
| 28 |
|
| 29 |
This should give you something like:
|
|
|
|
| 30 |
`def do_something():<N> print("Hello")<N>`
|
|
|
|
| 31 |
...which is what the model is expecting as input.
|
|
|
|
| 27 |
```
|
| 28 |
|
| 29 |
This should give you something like:
|
| 30 |
+
|
| 31 |
`def do_something():<N> print("Hello")<N>`
|
| 32 |
+
|
| 33 |
...which is what the model is expecting as input.
|