BroBro87 commited on
Commit
5ba8b56
·
verified ·
1 Parent(s): 5682b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Twitter username to find relevant technical HackerNews posts.",
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__":