broadfield-dev commited on
Commit
2b30c42
·
verified ·
1 Parent(s): 4185c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://raw.githubusercontent.com/huggingface/brand-assets/main/hf-logo-with-title.png"),
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"):