QagentS commited on
Commit
45df83c
·
verified ·
1 Parent(s): a45fc81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ pip install transformers
55
 
56
  ### Prompt
57
  ```python
58
- prompt = f"""<code>{schema}</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
  ```