Spaces:
Sleeping
Sleeping
Nick Sorros
commited on
Commit
·
cacf814
1
Parent(s):
6f41674
Change default to Humans until we tag more grants
Browse files
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="
|
| 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:
|