fatmacankara commited on
Commit
efc5670
·
1 Parent(s): f7cdaf8

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: Q9Y4W6-N-432-T)')
41
 
42
 
43