krishanusinha20 commited on
Commit
194366a
·
verified ·
1 Parent(s): d969889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ iface = gr.Interface(
366
  inputs=gr.Textbox(lines=2, placeholder="Enter your natural language query here..."),
367
  outputs="text",
368
  title="Multi-Agent SQL Generator",
369
- description="Enter a natural language query to generate and execute a SQL query.\n\n" + schema_description
370
  )
371
 
372
  if __name__ == "__main__":
 
366
  inputs=gr.Textbox(lines=2, placeholder="Enter your natural language query here..."),
367
  outputs="text",
368
  title="Multi-Agent SQL Generator",
369
+ description="Enter a natural language query to generate and execute a SQL query. E.g."Find the email_id of the top 5 customers who spent the most in 2024." \n\n" + schema_description
370
  )
371
 
372
  if __name__ == "__main__":