Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,8 @@ gr.ChatInterface(
|
|
51 |
theme="soft",
|
52 |
title="Brochure Generator",
|
53 |
description="Paste a URL in a correct way and press Enter to get a **markdown-style summary** of the site.",
|
54 |
-
|
|
|
55 |
submit_btn="Generate Brochure",
|
56 |
examples=[
|
57 |
"https://apple.com",
|
|
|
51 |
theme="soft",
|
52 |
title="Brochure Generator",
|
53 |
description="Paste a URL in a correct way and press Enter to get a **markdown-style summary** of the site.",
|
54 |
+
user_avatar="user_avatar.png",
|
55 |
+
bot_avatar="bot_avatar.png",
|
56 |
submit_btn="Generate Brochure",
|
57 |
examples=[
|
58 |
"https://apple.com",
|