Spaces:
Sleeping
Sleeping
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 |
)
|