Spaces:
Paused
Paused
Update app.py
Browse files
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/
|
| 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...")
|