peterpeter8585 commited on
Commit
33cfd0a
1 Parent(s): 11b714f

Update Ai.py

Browse files
Files changed (1) hide show
  1. Ai.py +28 -0
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
  )