Spaces:
Running
Running
File size: 872 Bytes
d5dfbb8 376aa8d d5dfbb8 33cfd0a 81ddc8d 33cfd0a 81ddc8d 33cfd0a 81ddc8d 33cfd0a 81ddc8d 33cfd0a d5dfbb8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
import gradio as gr
BOT_AVATAR="OpenAI_logo.png"
chatbot = gr.Chatbot(
label="OpenGPT-4o-Chatty",
avatar_images=["user.png", BOT_AVATAR],
show_copy_button=True,
likeable=True,
layout="panel"
)
chatbot2 = gr.Chatbot(
label="OpenGPT-4o-Chatty",
avatar_images=["user.png", BOT_AVATAR],
show_copy_button=True,
likeable=True,
layout="panel"
)
chatbot3 = gr.Chatbot(
label="OpenGPT-4o-Chatty",
avatar_images=["user.png", BOT_AVATAR],
show_copy_button=True,
likeable=True,
layout="panel"
)
chatbot4 = gr.Chatbot(
label="OpenGPT-4o-Chatty",
avatar_images=["user.png", BOT_AVATAR],
show_copy_button=True,
likeable=True,
layout="panel"
)
chatbot5 = gr.Chatbot(
label="OpenGPT-4o-Chatty",
avatar_images=["user.png", BOT_AVATAR],
show_copy_button=True,
likeable=True,
layout="panel"
) |