Tanuj commited on
Commit
0ec6e4b
Β·
1 Parent(s): 1e9b0fe

Update app.py

Browse files
Files changed (1) hide show
  1. 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 KG Agent, your intelligent assistant for serving KG. 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. Tell me how many documents are in the 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