Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ CREATE TABLE generalinfo\n(\n id_restaurant INTEGER not null\n
|
|
56 |
Generate the SQL after thinking step by step:\n <br>
|
57 |
```
|
58 |
|
59 |
-
|
60 |
def bird_gpt_template_no_format(question, commonsense, schema):
|
61 |
return f"""{schema}
|
62 |
|
|
|
56 |
Generate the SQL after thinking step by step:\n <br>
|
57 |
```
|
58 |
|
59 |
+
```python
|
60 |
def bird_gpt_template_no_format(question, commonsense, schema):
|
61 |
return f"""{schema}
|
62 |
|