aminazak commited on
Commit
7442bcb
·
verified ·
1 Parent(s): c349866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,13 +48,13 @@ def chat_interface_function(msg, history):
48
 
49
  gr.ChatInterface(
50
  fn=chat_interface_function,
51
- chatbot=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=[
 
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=[