Spaces:
Sleeping
Sleeping
Commit
·
e6c11b4
1
Parent(s):
f16951b
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ additional_inputs=[
|
|
86 |
]
|
87 |
|
88 |
mychatbot = gr.Chatbot(
|
89 |
-
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=
|
90 |
|
91 |
demo = gr.ChatInterface(fn=generate,
|
92 |
chatbot=mychatbot,
|
|
|
86 |
]
|
87 |
|
88 |
mychatbot = gr.Chatbot(
|
89 |
+
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
|
90 |
|
91 |
demo = gr.ChatInterface(fn=generate,
|
92 |
chatbot=mychatbot,
|