Example: streamlit dropdown # Add selectbox in streamlit >>> option = st.selectbox( ... 'How would you like to be contacted?', ... ('Email', 'Home phone' ...
確定! 回上一頁