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