Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -989,7 +989,7 @@ with gr.Blocks(
|
|
| 989 |
gr.Markdown("### AI Chat Interface")
|
| 990 |
main_chat_disp = gr.Chatbot(
|
| 991 |
label=None, height=400, bubble_full_width=False,
|
| 992 |
-
avatar_images=(None, "https://
|
| 993 |
show_copy_button=True, render_markdown=True, sanitize_html=True
|
| 994 |
)
|
| 995 |
with gr.Row(variant="compact"):
|
|
|
|
| 989 |
gr.Markdown("### AI Chat Interface")
|
| 990 |
main_chat_disp = gr.Chatbot(
|
| 991 |
label=None, height=400, bubble_full_width=False,
|
| 992 |
+
avatar_images=(None, "https://huggingface.co/spaces/Space-Share/bucket/resolve/main/images/pfp.webp"),
|
| 993 |
show_copy_button=True, render_markdown=True, sanitize_html=True
|
| 994 |
)
|
| 995 |
with gr.Row(variant="compact"):
|