peterpeter8585 commited on
Commit
275f8a4
1 Parent(s): 539cece

Update Ai.py

Browse files
Files changed (1) hide show
  1. Ai.py +7 -0
Ai.py CHANGED
@@ -7,6 +7,13 @@ chatbot = gr.Chatbot(
7
  likeable=True,
8
  layout="panel"
9
  )
 
 
 
 
 
 
 
10
  chatbot2 = gr.Chatbot(
11
  label="OpenGPT-4o-Chatty",
12
  avatar_images=["user.png", BOT_AVATAR],
 
7
  likeable=True,
8
  layout="panel"
9
  )
10
+ chatbot7 = gr.Chatbot(
11
+ label="OpenGPT-4o-Chatty",
12
+ avatar_images=["user.png", BOT_AVATAR],
13
+ show_copy_button=True,
14
+ likeable=True,
15
+ layout="panel"
16
+ )
17
  chatbot2 = gr.Chatbot(
18
  label="OpenGPT-4o-Chatty",
19
  avatar_images=["user.png", BOT_AVATAR],