Update app.py
Browse files
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
|
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,
|