Spaces:
Running
Running
peterpeter8585
commited on
Commit
•
66fac93
1
Parent(s):
fc207c9
Update Ai.py
Browse files
Ai.py
CHANGED
@@ -41,4 +41,11 @@ chatbot5 = gr.Chatbot(
|
|
41 |
show_copy_button=True,
|
42 |
likeable=True,
|
43 |
layout="panel"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
)
|
|
|
41 |
show_copy_button=True,
|
42 |
likeable=True,
|
43 |
layout="panel"
|
44 |
+
)
|
45 |
+
chatbot11=gr.Chatbot(
|
46 |
+
label="OpenGPT-4o-Chatty",
|
47 |
+
avatar_images=["user.png", BOT_AVATAR],
|
48 |
+
show_copy_button=True,
|
49 |
+
likeable=True,
|
50 |
+
layout="panel"
|
51 |
)
|