privateuserh commited on
Commit
f8cec2c
·
verified ·
1 Parent(s): a527359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def create_interface():
50
  fn=display_news,
51
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
52
  outputs=gr.HTML(label="Top Headlines"),
53
- title="Latest LIVE News from Peer Sites",
54
  description="Select a news source from the dropdown to view its latest headlines with clickable links."
55
  )
56
  return interface
 
50
  fn=display_news,
51
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
52
  outputs=gr.HTML(label="Top Headlines"),
53
+ title="LIVE News / feeds",
54
  description="Select a news source from the dropdown to view its latest headlines with clickable links."
55
  )
56
  return interface