Moaath7x commited on
Commit
6d4391a
·
verified ·
1 Parent(s): 037afba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ def sales_chat(message, history):
111
  # ==========================================
112
  demo = gr.ChatInterface(
113
  fn=sales_chat,
114
- title="Jawad - Smart Retail Sales Assistant",
115
- description="Ask Jawad about products and get personalized."
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()