Shreyas094 commited on
Commit
978efd2
1 Parent(s): d7187db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -591,6 +591,7 @@ demo = gr.ChatInterface(
591
  likeable=True,
592
  layout="bubble",
593
  height=400,
 
594
  )
595
  )
596
 
 
591
  likeable=True,
592
  layout="bubble",
593
  height=400,
594
+ value=initial_conversation()
595
  )
596
  )
597