Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SyedSyab
/
AllergenePrediction
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d4a5429
AllergenePrediction
/
frontend
/
selectingSeqType.py
SyedSyab
model added
d4a5429
about 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
import
streamlit
as
st
def
selecType
():
type
= st.selectbox(
"Select Seq Type"
,[
"Protien"
,
"DNA/RNA"
])
return
type