Update app.py
Browse files
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
|
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__":
|