Skip to content

Commit

Permalink
remove errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Jul 12, 2024
1 parent c614d24 commit 394b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def load_collections():
cols = st.columns([20, 80])
col = cols[0].selectbox("Collection", COLLECTIONS, key="col")
q = cols[1].text_input("Search Query", key="q", placeholder="covid -vaccine title:usa")
print(q)

if not q or not col:
st.stop()

Expand Down

0 comments on commit 394b603

Please sign in to comment.