Spaces:
Sleeping
Sleeping
Commit
·
0a0d39e
1
Parent(s):
e112e4b
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ st.write('')
|
|
| 28 |
st.write('')
|
| 29 |
|
| 30 |
|
| 31 |
-
with st.form('mform):
|
| 32 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 33 |
impute = st.selectbox('Imputation',[True, False])
|
| 34 |
input_data = st.text_input('Enter SAV data points (Format Provided Below)', "P13637-T-613-M, Q9Y4W6-N-432-T",label_visibility=st.session_state.visibility,
|
|
|
|
| 28 |
st.write('')
|
| 29 |
|
| 30 |
|
| 31 |
+
with st.form('mform'):
|
| 32 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 33 |
impute = st.selectbox('Imputation',[True, False])
|
| 34 |
input_data = st.text_input('Enter SAV data points (Format Provided Below)', "P13637-T-613-M, Q9Y4W6-N-432-T",label_visibility=st.session_state.visibility,
|