fatmacankara commited on
Commit
e515e54
1 Parent(s): d894d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)', "P13637-T-613-M, Q9Y4W6-N-432-T",
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
  )