Spaces:
Running
Running
Commit
·
d84e70f
1
Parent(s):
75aff06
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,7 @@ with st.form('mform', clear_on_submit=True):
|
|
37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
38 |
impute = st.selectbox('Imputation',[True, False])
|
39 |
|
40 |
-
input_data = st.text_input('Enter SAV data points (Format Provided Below)
|
41 |
-
label_visibility=st.session_state.visibility,
|
42 |
-
disabled=st.session_state.disabled,
|
43 |
)
|
44 |
|
45 |
|
|
|
37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
38 |
impute = st.selectbox('Imputation',[True, False])
|
39 |
|
40 |
+
input_data = st.text_input('Enter SAV data points (Format Provided Below)\nQ9Y4W6-N-432-T'
|
|
|
|
|
41 |
)
|
42 |
|
43 |
|