Spaces:
Sleeping
Sleeping
Commit
·
bd7f600
1
Parent(s):
3d4952c
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate(
|
|
42 |
return output
|
43 |
|
44 |
mychatbot = gr.Chatbot(
|
45 |
-
avatar_images=["./user.png", "./LogoAHR.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,value=[[None,
|
46 |
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|
|
|
42 |
return output
|
43 |
|
44 |
mychatbot = gr.Chatbot(
|
45 |
+
avatar_images=["./user.png", "./LogoAHR.jpg"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,value=[[None, "Ciao sono Zucchetti AI il tuo assistente personale per AdHoc Revolution…"]], )
|
46 |
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|