Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ chat_interface = gr.Interface(
|
|
| 139 |
description="Type your message in the box above, and the chatbot will respond.",
|
| 140 |
)
|
| 141 |
|
| 142 |
-
|
| 143 |
sql_interface = gr.Interface(
|
| 144 |
fn=sqlquery,
|
| 145 |
theme="default",
|
|
@@ -150,7 +150,7 @@ sql_interface = gr.Interface(
|
|
| 150 |
title="ST SQL Chat",
|
| 151 |
description="Type your message in the box above, and the chatbot will respond.",
|
| 152 |
)
|
| 153 |
-
|
| 154 |
|
| 155 |
iface = gr.Interface(chat, "text", "html", css="""
|
| 156 |
.chatbox {display:flex;flex-direction:column}
|
|
|
|
| 139 |
description="Type your message in the box above, and the chatbot will respond.",
|
| 140 |
)
|
| 141 |
|
| 142 |
+
|
| 143 |
sql_interface = gr.Interface(
|
| 144 |
fn=sqlquery,
|
| 145 |
theme="default",
|
|
|
|
| 150 |
title="ST SQL Chat",
|
| 151 |
description="Type your message in the box above, and the chatbot will respond.",
|
| 152 |
)
|
| 153 |
+
|
| 154 |
|
| 155 |
iface = gr.Interface(chat, "text", "html", css="""
|
| 156 |
.chatbox {display:flex;flex-direction:column}
|