privateuserh commited on
Commit
165f677
·
verified ·
1 Parent(s): 0a567ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def create_interface():
52
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
53
  outputs=gr.HTML(label="Top Headlines"),
54
  title="LIVE News / feeds",
55
- 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"
56
  )
57
  return interface
58
 
 
52
  inputs=gr.Dropdown(choices=list(news_sources.keys()), label="Select News Source"),
53
  outputs=gr.HTML(label="Top Headlines"),
54
  title="LIVE News / feeds",
55
+ 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 (dev)"
56
  )
57
  return interface
58