Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -152,7 +152,7 @@ gradio.ChatInterface(
|
|
152 |
reply,
|
153 |
examples=EXAMPLE_QUERIES,
|
154 |
chatbot=gradio.Chatbot(
|
155 |
-
avatar_images=[None, "https://event.asme.org/Events/media/library/images/IDETC-CIE/IDETC-Logo-Announcements.png?ext=.png"]
|
156 |
show_label=False,
|
157 |
show_share_button=False,
|
158 |
show_copy_button=False,
|
|
|
152 |
reply,
|
153 |
examples=EXAMPLE_QUERIES,
|
154 |
chatbot=gradio.Chatbot(
|
155 |
+
avatar_images=[None, "https://event.asme.org/Events/media/library/images/IDETC-CIE/IDETC-Logo-Announcements.png?ext=.png"],
|
156 |
show_label=False,
|
157 |
show_share_button=False,
|
158 |
show_copy_button=False,
|