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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -521,8 +521,7 @@ demo = gr.ChatInterface(
521
  cache_examples=False,
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",
 
521
  cache_examples=False,
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",