Spaces:
Sleeping
Sleeping
David Hrachovy
commited on
Commit
·
e41e611
1
Parent(s):
e786bc4
Update
Browse files
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="
|
| 64 |
-
description="Ask questions about
|
| 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 |
],
|