Spaces:
Sleeping
Sleeping
Update Ai.py
Browse files
Ai.py
CHANGED
|
@@ -7,6 +7,13 @@ chatbot = gr.Chatbot(
|
|
| 7 |
likeable=True,
|
| 8 |
layout="panel"
|
| 9 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
chatbot2 = gr.Chatbot(
|
| 11 |
label="OpenGPT-4o-Chatty",
|
| 12 |
avatar_images=["user.png", BOT_AVATAR],
|
|
|
|
| 7 |
likeable=True,
|
| 8 |
layout="panel"
|
| 9 |
)
|
| 10 |
+
chatbot7 = gr.Chatbot(
|
| 11 |
+
label="OpenGPT-4o-Chatty",
|
| 12 |
+
avatar_images=["user.png", BOT_AVATAR],
|
| 13 |
+
show_copy_button=True,
|
| 14 |
+
likeable=True,
|
| 15 |
+
layout="panel"
|
| 16 |
+
)
|
| 17 |
chatbot2 = gr.Chatbot(
|
| 18 |
label="OpenGPT-4o-Chatty",
|
| 19 |
avatar_images=["user.png", BOT_AVATAR],
|