adham-Ashraf commited on
Commit
46076cb
·
verified ·
1 Parent(s): 75f5f97

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1513,7 +1513,9 @@ with gr.Blocks(
1513
  chatbot_widget = gr.Chatbot(
1514
  label="SmartMall Assistant",
1515
  height=480,
1516
- value=[("", "👋 Welcome to SmartMall! I can help you navigate, find products, or answer any questions. How can I help?")],
 
 
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():