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