Spaces:
Sleeping
Sleeping
Commit
·
1caab03
1
Parent(s):
0bb7b75
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def generate(
|
|
| 54 |
return output
|
| 55 |
|
| 56 |
mychatbot = gr.Chatbot(
|
| 57 |
-
avatar_images=["./user.png", "./bonsi.
|
| 58 |
|
| 59 |
demo = gr.ChatInterface(fn=generate,
|
| 60 |
chatbot=mychatbot,
|
|
|
|
| 54 |
return output
|
| 55 |
|
| 56 |
mychatbot = gr.Chatbot(
|
| 57 |
+
avatar_images=["./user.png", "./bonsi.jpeg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,value=[[None, "Ciao sono Bonsi AI il tuo assistente personale del centro di formazione Bonsignori di Remedello"]], )
|
| 58 |
|
| 59 |
demo = gr.ChatInterface(fn=generate,
|
| 60 |
chatbot=mychatbot,
|