import streamlit as st def selecType(): type = st.selectbox("Select Seq Type",["Protien", "DNA/RNA"]) return type