Spaces:
Running
Running
Commit
·
55f11f5
1
Parent(s):
5739e77
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -37,7 +37,7 @@ with st.form('mform', clear_on_submit=False):
|
|
37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
38 |
#source = 1
|
39 |
impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist for the protein of interest)',[True, False])
|
40 |
-
input_data = st.text_input('Enter SAV data points (Example: Q00889-H-85-D, or
|
41 |
|
42 |
|
43 |
|
|
|
37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
38 |
#source = 1
|
39 |
impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist for the protein of interest)',[True, False])
|
40 |
+
input_data = st.text_input('Enter SAV data points (Example: Q00889-H-85-D, or P41180-E-604-K,Q16363-Y-498-H)')
|
41 |
|
42 |
|
43 |
|