privateuserh commited on
Commit
0bafe81
·
verified ·
1 Parent(s): 1d951f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def create_interface():
55
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
56
  outputs=gr.HTML(label="Top Headlines"),
57
  title="LIVE News / feeds",
58
- description="Select a news source from the dropdown to view its latest headlines with clickable links. SM+ may receive earnings/commissions from affiliate links. iHeadline 1.030 {} Mod is a California Joint Venture Partnership between SM Plus Seven Cities & SM Plus (SM+)"
59
  )
60
  return interface
61
 
 
55
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
56
  outputs=gr.HTML(label="Top Headlines"),
57
  title="LIVE News / feeds",
58
+ description="Select a news source from the dropdown to view its latest headlines with clickable links. SM+ may receive earnings/commissions from affiliate links. iHeadline 1.030 {} Mod is a California Joint Venture Partnership between SM Plus Seven Cities & SM Plus (SM+). SM+ R&D Initiative, Sunsetting search for, AGI driven Intuitive Surfing"
59
  )
60
  return interface
61