Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def fetch_news(topic, keyword):
|
|
20 |
|
21 |
# Streamlit app
|
22 |
def main():
|
23 |
-
st.title("📰
|
24 |
st.write("Publish and subscribe to topics to get the latest updates!")
|
25 |
|
26 |
# Sidebar: Navigation
|
|
|
20 |
|
21 |
# Streamlit app
|
22 |
def main():
|
23 |
+
st.title("📰 News Aggregator")
|
24 |
st.write("Publish and subscribe to topics to get the latest updates!")
|
25 |
|
26 |
# Sidebar: Navigation
|