Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|