Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -182,8 +182,16 @@ gradio.ChatInterface(
|
|
182 |
reply,
|
183 |
examples=EXAMPLE_QUERIES,
|
184 |
chatbot=gradio.Chatbot(
|
185 |
-
show_label=False,
|
186 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|