Spaces:
Running
Running
Commit
·
e515e54
1
Parent(s):
d894d06
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +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 |
)
|
|
|
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)', "Q9Y4W6-N-432-T",
|
41 |
label_visibility=st.session_state.visibility,
|
42 |
disabled=st.session_state.disabled,
|
43 |
)
|