Placeholder is not working in selectbox

Hi, i am trying to use a placeholder in selectbox but its not working. This is the code i write but its not working properly, its always showing the first option
selected_tool = st.selectbox(“Select Tool to Modify”,tools, placeholder=“Choose a tool”)

I think you want index=None.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.