BroBro87 commited on
Commit
ed9fafc
·
verified ·
1 Parent(s): 88ebf1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -47,11 +47,6 @@ chat_interface = gr.ChatInterface(
47
  fn=find_hackernews_posts,
48
  title="HackerNews Post Finder",
49
  description="Enter a Twitter username to find relevant technical HackerNews posts.",
50
- examples=[
51
- ["elonmusk"],
52
- ["naval"],
53
- ["paulg"]
54
- ],
55
  retry_btn=None,
56
  undo_btn=None,
57
  clear_btn="Clear"
 
47
  fn=find_hackernews_posts,
48
  title="HackerNews Post Finder",
49
  description="Enter a Twitter username to find relevant technical HackerNews posts.",
 
 
 
 
 
50
  retry_btn=None,
51
  undo_btn=None,
52
  clear_btn="Clear"