rushankg commited on
Commit
8c288c1
·
verified ·
1 Parent(s): 99ab3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "US Senator success OR achievement OR passed"
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"
21
 
22
  @st.cache_data
23
  def fetch_news(q):