Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def find_hackernews_posts(message,history):
|
|
48 |
|
49 |
chat_interface = gr.ChatInterface(
|
50 |
fn=find_hackernews_posts,
|
51 |
-
title="
|
52 |
description="Enter a Website url to get it roasted. Built using Composio :)",
|
53 |
)
|
54 |
|
|
|
48 |
|
49 |
chat_interface = gr.ChatInterface(
|
50 |
fn=find_hackernews_posts,
|
51 |
+
title="Website Roaster",
|
52 |
description="Enter a Website url to get it roasted. Built using Composio :)",
|
53 |
)
|
54 |
|