Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def fetch_news(topic, keyword):
|
|
17 |
return []
|
18 |
|
19 |
def main():
|
20 |
-
st.title("📰
|
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"]
|