Spaces:
Runtime error
Runtime error
File size: 122 Bytes
d4a5429 |
1 2 3 4 5 |
import streamlit as st
def selecType():
type = st.selectbox("Select Seq Type",["Protien", "DNA/RNA"])
return type |