shukdevdatta123 commited on
Commit
6b1ecc6
Β·
verified Β·
1 Parent(s): b1af8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -149,7 +149,8 @@ def create_interface():
149
  label="Conversation",
150
  height=400,
151
  show_label=True,
152
- avatar_images=("πŸ‘€", "πŸ€–")
 
153
  )
154
 
155
  with gr.Row():
@@ -157,7 +158,7 @@ def create_interface():
157
  placeholder="Type your message here...",
158
  scale=4,
159
  show_label=False,
160
- show_copy_button=True
161
  )
162
  send_btn = gr.Button("Send", variant="primary", scale=1)
163
 
 
149
  label="Conversation",
150
  height=400,
151
  show_label=True,
152
+ avatar_images=("πŸ‘€", "πŸ€–"),
153
+ show_copy_button=True
154
  )
155
 
156
  with gr.Row():
 
158
  placeholder="Type your message here...",
159
  scale=4,
160
  show_label=False,
161
+
162
  )
163
  send_btn = gr.Button("Send", variant="primary", scale=1)
164