Skip to content

Commit

Permalink
wiki_search: fix query label warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Sep 18, 2023
1 parent 5da747e commit 64a5ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion streamlit_examples/wiki_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ def set_query(query):

def render_query():
st.text_input(
"",
"Search",
placeholder="Search, e.g. 'Backpacking in Asia'",
key="user_query",
label_visibility="collapsed",
)


Expand Down

0 comments on commit 64a5ccc

Please sign in to comment.