syedmudassir16 commited on
Commit
b444f81
·
verified ·
1 Parent(s): eac14be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(title="Voice chat with LLM") as demo:
77
 
78
  # Define chatbot component
79
  chatbot = gr.Chatbot(
80
- value=[(None, "Hi friend, I'm Amy, an AI coach. How can I help you today?")], # Initial greeting from the chatbot
81
  elem_id="chatbot",
82
  avatar_images=("examples/hf-logo.png", "examples/ai-chat-logo.png"),
83
  bubble_full_width=False,
 
77
 
78
  # Define chatbot component
79
  chatbot = gr.Chatbot(
80
+ value=[(None, "Hi! I'm your music buddy—tell me about your mood and the type of tunes you're in the mood for today!")], # Initial greeting from the chatbot
81
  elem_id="chatbot",
82
  avatar_images=("examples/hf-logo.png", "examples/ai-chat-logo.png"),
83
  bubble_full_width=False,