File size: 1,201 Bytes
d5dfbb8
 
 
 
376aa8d
d5dfbb8
 
 
33cfd0a
275f8a4
 
 
 
 
 
 
33cfd0a
 
81ddc8d
33cfd0a
 
 
 
 
 
81ddc8d
33cfd0a
 
 
 
 
 
81ddc8d
33cfd0a
 
 
 
 
 
81ddc8d
33cfd0a
 
 
66fac93
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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"
)