Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ st.set_page_config(
|
|
| 17 |
st.title("🇺🇸 Senator Successes")
|
| 18 |
st.markdown("Highlighting recent positive achievements and bipartisan efforts by U.S. Senators.")
|
| 19 |
|
| 20 |
-
query = "Senator success"
|
| 21 |
|
| 22 |
@st.cache_data
|
| 23 |
def fetch_news(q):
|
|
|
|
| 17 |
st.title("🇺🇸 Senator Successes")
|
| 18 |
st.markdown("Highlighting recent positive achievements and bipartisan efforts by U.S. Senators.")
|
| 19 |
|
| 20 |
+
query = "Senator success OR achievement"
|
| 21 |
|
| 22 |
@st.cache_data
|
| 23 |
def fetch_news(q):
|