Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ interface = gr.Interface(
|
|
25 |
outputs="text",
|
26 |
examples=example_questions,
|
27 |
title="NL to SQL with Picard",
|
28 |
-
description="This model converts natural language queries into SQL
|
29 |
)
|
30 |
|
31 |
# Launch the app
|
|
|
25 |
outputs="text",
|
26 |
examples=example_questions,
|
27 |
title="NL to SQL with Picard",
|
28 |
+
description="This model converts natural language queries into SQL. Try one of the example questions or enter your own!"
|
29 |
)
|
30 |
|
31 |
# Launch the app
|