Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ button:hover {
|
|
| 60 |
# Create Gradio interface (no unsupported arguments)
|
| 61 |
interface = gr.ChatInterface(
|
| 62 |
fn=chat_interface,
|
| 63 |
-
title="
|
| 64 |
-
description="Engage in smart, dynamic conversations with
|
| 65 |
theme="default",
|
| 66 |
css=css
|
| 67 |
)
|
|
|
|
| 60 |
# Create Gradio interface (no unsupported arguments)
|
| 61 |
interface = gr.ChatInterface(
|
| 62 |
fn=chat_interface,
|
| 63 |
+
title="LocoBot : Your AI Companion",
|
| 64 |
+
description="Engage in smart, dynamic conversations with LocoBot",
|
| 65 |
theme="default",
|
| 66 |
css=css
|
| 67 |
)
|