rafaa commited on
Commit
9a7c3b9
·
1 Parent(s): e352857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate(
60
 
61
 
62
  mychatbot = gr.Chatbot(
63
- avatar_images=["./user.png", "./stella.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
64
 
65
  demo = gr.ChatInterface(fn=generate,
66
  chatbot=mychatbot,
 
60
 
61
 
62
  mychatbot = gr.Chatbot(
63
+ avatar_images=["./user.png", "./stella.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True, value=[["Welcome to Tomoniai's Mixtral 8x7b Chat!", None]])
64
 
65
  demo = gr.ChatInterface(fn=generate,
66
  chatbot=mychatbot,