Spaces:
Sleeping
Sleeping
Update Ai.py
Browse files
Ai.py
CHANGED
|
@@ -6,4 +6,32 @@ chatbot = gr.Chatbot(
|
|
| 6 |
show_copy_button=True,
|
| 7 |
likeable=True,
|
| 8 |
layout="panel"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
)
|
|
|
|
| 6 |
show_copy_button=True,
|
| 7 |
likeable=True,
|
| 8 |
layout="panel"
|
| 9 |
+
)
|
| 10 |
+
chatbot2 = gr.Chatbot(
|
| 11 |
+
label="OpenGPT-4o-Chatty",
|
| 12 |
+
avatar_images=[None, BOT_AVATAR],
|
| 13 |
+
show_copy_button=True,
|
| 14 |
+
likeable=True,
|
| 15 |
+
layout="panel"
|
| 16 |
+
)
|
| 17 |
+
chatbot3 = gr.Chatbot(
|
| 18 |
+
label="OpenGPT-4o-Chatty",
|
| 19 |
+
avatar_images=[None, BOT_AVATAR],
|
| 20 |
+
show_copy_button=True,
|
| 21 |
+
likeable=True,
|
| 22 |
+
layout="panel"
|
| 23 |
+
)
|
| 24 |
+
chatbot4 = gr.Chatbot(
|
| 25 |
+
label="OpenGPT-4o-Chatty",
|
| 26 |
+
avatar_images=[None, BOT_AVATAR],
|
| 27 |
+
show_copy_button=True,
|
| 28 |
+
likeable=True,
|
| 29 |
+
layout="panel"
|
| 30 |
+
)
|
| 31 |
+
chatbot5 = gr.Chatbot(
|
| 32 |
+
label="OpenGPT-4o-Chatty",
|
| 33 |
+
avatar_images=[None, BOT_AVATAR],
|
| 34 |
+
show_copy_button=True,
|
| 35 |
+
likeable=True,
|
| 36 |
+
layout="panel"
|
| 37 |
)
|