Shreyas094 commited on
Commit
197303a
·
verified ·
1 Parent(s): 7b1c9b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -215,8 +215,7 @@ demo = gr.ChatInterface(
215
  show_copy_button=True,
216
  likeable=True,
217
  layout="bubble",
218
- height=400,
219
- value=initial_conversation()
220
  )
221
  )
222
 
 
215
  show_copy_button=True,
216
  likeable=True,
217
  layout="bubble",
218
+ height=400
 
219
  )
220
  )
221