Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def get_sql_response(message, history):
|
|
| 53 |
print("Launching Gradio interface...")
|
| 54 |
gr.ChatInterface(
|
| 55 |
get_sql_response,
|
| 56 |
-
title="
|
| 57 |
description="Ask a natural language question. I will convert it to a SQL query.",
|
| 58 |
examples=["Show me the average salary for all employees in the 'Engineering' department.",
|
| 59 |
"List all users who signed up in the last 30 days."]
|
|
|
|
| 53 |
print("Launching Gradio interface...")
|
| 54 |
gr.ChatInterface(
|
| 55 |
get_sql_response,
|
| 56 |
+
title="TEXT-SQL Playground (UI)",
|
| 57 |
description="Ask a natural language question. I will convert it to a SQL query.",
|
| 58 |
examples=["Show me the average salary for all employees in the 'Engineering' department.",
|
| 59 |
"List all users who signed up in the last 30 days."]
|