BroBro87 commited on
Commit
d1754a8
·
verified ·
1 Parent(s): f0873e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="HackerNews Post Finder",
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