Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,13 +48,13 @@ def chat_interface_function(msg, history):
|
|
48 |
|
49 |
gr.ChatInterface(
|
50 |
fn=chat_interface_function,
|
51 |
-
|
52 |
type="messages",
|
53 |
avatar_images=["user_avatar.png", "bot_avatar.png"]
|
54 |
),
|
55 |
theme="soft",
|
56 |
title="Brochure Generator",
|
57 |
-
description="Paste a URL in a correct way and press Enter to get a **markdown-style summary** of the site.",
|
58 |
|
59 |
submit_btn="Generate Brochure",
|
60 |
examples=[
|
|
|
48 |
|
49 |
gr.ChatInterface(
|
50 |
fn=chat_interface_function,
|
51 |
+
gemini_summary=gr.Chatbot(
|
52 |
type="messages",
|
53 |
avatar_images=["user_avatar.png", "bot_avatar.png"]
|
54 |
),
|
55 |
theme="soft",
|
56 |
title="Brochure Generator",
|
57 |
+
description="Paste a **URL** in a correct way and press Enter to get a **markdown-style summary** of the site.",
|
58 |
|
59 |
submit_btn="Generate Brochure",
|
60 |
examples=[
|