dindizz commited on
Commit
a894aa7
·
verified ·
1 Parent(s): a9d8f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def create_interface():
38
  fn=display_news,
39
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
40
  outputs=gr.HTML(label="Top Headlines"),
41
- title="Top News from Peer Sites",
42
  description="Select a news source from the dropdown to view its latest headlines with clickable links."
43
  )
44
  return interface
 
38
  fn=display_news,
39
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
40
  outputs=gr.HTML(label="Top Headlines"),
41
+ title="Lates News from Peer Sites Updated Real Time",
42
  description="Select a news source from the dropdown to view its latest headlines with clickable links."
43
  )
44
  return interface