fatmacankara commited on
Commit
0a37276
·
1 Parent(s): 869b53c

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -37,7 +37,7 @@ with st.form('mform', clear_on_submit=False):
37
  source = 1
38
  impute = st.selectbox('Imputation',[True, False])
39
 
40
- input_data = st.text_input('Enter SAV data points (Example: Q9Y4W6-N-432-T)')
41
 
42
 
43
 
 
37
  source = 1
38
  impute = st.selectbox('Imputation',[True, False])
39
 
40
+ input_data = st.text_input('Enter SAV data points (Example: Q00889-H-85-D, or Q00889-H-85-D,Q16363-Y-498-H)')
41
 
42
 
43