PreethiCarmelBosco commited on
Commit
4a7bb4c
·
verified ·
1 Parent(s): c576eab
Files changed (1) hide show
  1. app.py +1 -1
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="Prem-1B-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."]
 
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."]