saherPervaiz commited on
Commit
8a9c19e
·
verified ·
1 Parent(s): 1143b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def fetch_news(topic, keyword):
17
  return []
18
 
19
  def main():
20
- st.title("📰 Topic-Based News Aggregator")
21
  st.write("Publish and subscribe to topics to get the latest updates!")
22
 
23
  menu = ["Home", "Publisher Panel", "Subscriber Panel"]
 
17
  return []
18
 
19
  def main():
20
+ st.title("📰 News Aggregator")
21
  st.write("Publish and subscribe to topics to get the latest updates!")
22
 
23
  menu = ["Home", "Publisher Panel", "Subscriber Panel"]