Spaces:
Sleeping
Sleeping
| 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" | |
| ) | |
| chatbot7 = 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" | |
| ) | |
| chatbot11=gr.Chatbot( | |
| label="OpenGPT-4o-Chatty", | |
| avatar_images=["user.png", BOT_AVATAR], | |
| show_copy_button=True, | |
| likeable=True, | |
| layout="panel" | |
| ) |