HusnaManakkot commited on
Commit
8c79b0a
Β·
verified Β·
1 Parent(s): aff9b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 using the Spider dataset. Try one of the example questions or enter your own!"
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