Upload app.py
Browse files
app.py
CHANGED
|
@@ -1513,7 +1513,9 @@ with gr.Blocks(
|
|
| 1513 |
chatbot_widget = gr.Chatbot(
|
| 1514 |
label="SmartMall Assistant",
|
| 1515 |
height=480,
|
| 1516 |
-
value=[
|
|
|
|
|
|
|
| 1517 |
)
|
| 1518 |
|
| 1519 |
with gr.Row():
|
|
|
|
| 1513 |
chatbot_widget = gr.Chatbot(
|
| 1514 |
label="SmartMall Assistant",
|
| 1515 |
height=480,
|
| 1516 |
+
value=[
|
| 1517 |
+
{"role": "assistant", "content": "👋 Welcome to SmartMall! I can help you navigate, find products, or answer any questions. How can I help?"}
|
| 1518 |
+
]
|
| 1519 |
)
|
| 1520 |
|
| 1521 |
with gr.Row():
|