Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ pip install transformers
|
|
55 |
|
56 |
### Prompt
|
57 |
```python
|
58 |
-
prompt = f"""<code>{
|
59 |
<question>Document the code above</question>
|
60 |
<doc>"""
|
61 |
```
|
|
|
55 |
|
56 |
### Prompt
|
57 |
```python
|
58 |
+
prompt = f"""<code>{code}</code>
|
59 |
<question>Document the code above</question>
|
60 |
<doc>"""
|
61 |
```
|