Spaces:
Sleeping
Sleeping
Tanuj
commited on
Commit
Β·
0ec6e4b
1
Parent(s):
1e9b0fe
Update app.py
Browse files- src/yt_gradio/app.py +2 -2
src/yt_gradio/app.py
CHANGED
@@ -104,9 +104,9 @@ def get_gradio_blocks():
|
|
104 |
chatbot = gr.Chatbot(label="KG Agent", height=500, show_label=True, container=True, type="messages",
|
105 |
bubble_full_width=False,
|
106 |
value=[
|
107 |
-
{"role": "assistant", "content": "π Hello! I'm the
|
108 |
])
|
109 |
-
user_input = gr.Textbox(placeholder="Type your question...", label="Message", lines=2, scale=4, show_label=False, value="Inspect the vector database.
|
110 |
#clear_button = gr.Button("ποΈ Clear Chat", size="sm")
|
111 |
send_btn = gr.Button("Send", variant="primary", scale=1)
|
112 |
|
|
|
104 |
chatbot = gr.Chatbot(label="KG Agent", height=500, show_label=True, container=True, type="messages",
|
105 |
bubble_full_width=False,
|
106 |
value=[
|
107 |
+
{"role": "assistant", "content": "π Hello! I'm the YouTwo Agent, your intelligent assistant for really good memory. How can I help you today?"}
|
108 |
])
|
109 |
+
user_input = gr.Textbox(placeholder="Type your question...", label="Message", lines=2, scale=4, show_label=False, value="Inspect the vector database. What documents are there?")
|
110 |
#clear_button = gr.Button("ποΈ Clear Chat", size="sm")
|
111 |
send_btn = gr.Button("Send", variant="primary", scale=1)
|
112 |
|