gitglubber commited on
Commit
eaed08d
·
verified ·
1 Parent(s): 04c7abe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(fill_height=True, theme=gr.themes.Soft()) as demo:
49
  [],
50
  elem_id="chatbot",
51
  bubble_full_width=False,
52
- avatar_images=(None, "https://ntfy.sh/img/ntfy.png"),
53
  scale=1
54
  )
55
  msg = gr.Textbox(label="Input", scale=0, placeholder="Ask me a question about ntfy...")
 
49
  [],
50
  elem_id="chatbot",
51
  bubble_full_width=False,
52
+ avatar_images=(None, "https://ntfy.sh/_next/static/media/logo.077f6a13.svg"),
53
  scale=1
54
  )
55
  msg = gr.Textbox(label="Input", scale=0, placeholder="Ask me a question about ntfy...")