Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ iface = gr.ChatInterface(
|
|
44 |
textbox=gr.Textbox(
|
45 |
placeholder="How can I help you?", container=False, scale=7
|
46 |
),
|
47 |
-
title="",
|
48 |
description="AI sales assistance for e-commmerce",
|
49 |
theme="soft",
|
50 |
examples=["Hello", "What is the status of my order?",
|
|
|
44 |
textbox=gr.Textbox(
|
45 |
placeholder="How can I help you?", container=False, scale=7
|
46 |
),
|
47 |
+
title="Try it!",
|
48 |
description="AI sales assistance for e-commmerce",
|
49 |
theme="soft",
|
50 |
examples=["Hello", "What is the status of my order?",
|