fkalpana commited on
Commit
5db5fa6
Β·
verified Β·
1 Parent(s): 4c23181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate_sql(query):
18
  # Create a Gradio interface
19
  interface = gr.Interface(
20
  fn=generate_sql,
21
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your natural language query here..."),
22
  outputs="text",
23
  title="NL to SQL with Picard",
24
  description="This model converts natural language queries into SQL. It's based on the Spider dataset. Enter a query to get started!"
 
18
  # Create a Gradio interface
19
  interface = gr.Interface(
20
  fn=generate_sql,
21
+ inputs=gr.Textbox(lines=2, placeholder="Enter your natural language query here..."),
22
  outputs="text",
23
  title="NL to SQL with Picard",
24
  description="This model converts natural language queries into SQL. It's based on the Spider dataset. Enter a query to get started!"