ccm commited on
Commit
ff929df
·
verified ·
1 Parent(s): 5305fc9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +10 -2
main.py CHANGED
@@ -182,8 +182,16 @@ gradio.ChatInterface(
182
  reply,
183
  examples=EXAMPLE_QUERIES,
184
  chatbot=gradio.Chatbot(
185
- show_label=False, show_share_button=False, show_copy_button=False, value=[[None, GREETING]],
186
- avatar_images=[None, "https://media.thetab.com/blogs.dir/90/files/2021/06/screenshot-2021-06-10-at-110730-1024x537.png"]
 
 
 
 
 
 
 
 
187
  ),
188
  retry_btn=None,
189
  undo_btn=None,
 
182
  reply,
183
  examples=EXAMPLE_QUERIES,
184
  chatbot=gradio.Chatbot(
185
+ show_label=False,
186
+ show_share_button=False,
187
+ show_copy_button=False,
188
+ value=[[None, GREETING]],
189
+ avatar_images=[
190
+ "https://www.cmu.edu/student-success/images/staff-portraits/cmu-scotty-head-scarf-white.png",
191
+ "https://media.thetab.com/blogs.dir/90/files/2021/06/screenshot-2021-06-10-at-110730-1024x537.png"
192
+ ],
193
+ height="80vh",
194
+ bubble_full_width=False,
195
  ),
196
  retry_btn=None,
197
  undo_btn=None,