Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,8 +111,8 @@ def sales_chat(message, history):
|
|
| 111 |
# ==========================================
|
| 112 |
demo = gr.ChatInterface(
|
| 113 |
fn=sales_chat,
|
| 114 |
-
title="Jawad -
|
| 115 |
-
description="
|
| 116 |
)
|
| 117 |
|
| 118 |
demo.launch()
|
|
|
|
| 111 |
# ==========================================
|
| 112 |
demo = gr.ChatInterface(
|
| 113 |
fn=sales_chat,
|
| 114 |
+
title="Jawad - Sales Agent",
|
| 115 |
+
description="Your smart sales advisor — delivering fast, relevant product recommendations tailored to your needs."
|
| 116 |
)
|
| 117 |
|
| 118 |
demo.launch()
|