Shreyas094 commited on
Commit
48ef8e5
·
verified ·
1 Parent(s): d6197cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -522,6 +522,7 @@ demo = gr.ChatInterface(
522
  analytics_enabled=False,
523
  textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
524
  chatbot = gr.Chatbot(
 
525
  show_copy_button=True,
526
  likeable=True,
527
  layout="panel",
 
522
  analytics_enabled=False,
523
  textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
524
  chatbot = gr.Chatbot(
525
+ value=[[None, “Hi my name is Sentinel…”]]
526
  show_copy_button=True,
527
  likeable=True,
528
  layout="panel",