nsorros commited on
Commit
cacf814
β€’
1 Parent(s): 6f41674

Change default to Humans until we tag more grants

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if "grants" not in st.session_state:
22
 
23
  grants = st.session_state["grants"]
24
 
25
- query = st.text_input("", value="Malaria")
26
  st.button("Search πŸ”Ž", on_click=search, kwargs={"query": query})
27
 
28
  if "results" in st.session_state:
 
22
 
23
  grants = st.session_state["grants"]
24
 
25
+ query = st.text_input("", value="Humans")
26
  st.button("Search πŸ”Ž", on_click=search, kwargs={"query": query})
27
 
28
  if "results" in st.session_state: