David Hrachovy commited on
Commit
e41e611
·
1 Parent(s): e786bc4
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ def chat_with_sql(message, history):
60
  # Create the Gradio interface
61
  demo = gr.ChatInterface(
62
  fn=chat_with_sql,
63
- title="SQL Chat Assistant",
64
- description="Ask questions about your SQLite database!",
65
  examples=[
66
  "What is project with the lowest deposit?",
67
  ],
 
60
  # Create the Gradio interface
61
  demo = gr.ChatInterface(
62
  fn=chat_with_sql,
63
+ title="Estate Chat",
64
+ description="Ask questions about 🇨🇿 real estate projects!",
65
  examples=[
66
  "What is project with the lowest deposit?",
67
  ],