Spaces:
Sleeping
Sleeping
Update app.py
#2
by
arjunanand13
- opened
app.py
CHANGED
@@ -40,7 +40,7 @@ description = """The NSQL model family was published by [Numbers Station](https:
|
|
40 |
This demo let's you choose from all of them and provides the three examples you can also find in their model cards.
|
41 |
|
42 |
In general you should first provide the table schemas of the tables you have questions about and then prompt it with a natural language question.
|
43 |
-
The
|
44 |
"""
|
45 |
|
46 |
iface = gr.Interface(
|
|
|
40 |
This demo let's you choose from all of them and provides the three examples you can also find in their model cards.
|
41 |
|
42 |
In general you should first provide the table schemas of the tables you have questions about and then prompt it with a natural language question.
|
43 |
+
The models will then generate a SQL query that you can run against your database.
|
44 |
"""
|
45 |
|
46 |
iface = gr.Interface(
|