Spaces:
Sleeping
Sleeping
Commit
·
c3736cc
1
Parent(s):
d906729
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", "./
|
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,)
|
46 |
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|