cz-ye commited on
Commit
d220a3f
1 Parent(s): 5e9272a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.markdown('This is a lookup tool for the variant effect preditions of CPT-1 fo
13
 
14
  # Input query gene
15
  gene = st.selectbox(
16
- 'Which gene/protein are you interested in?',
17
  gene_names_eve + gene_names_no_eve1 + gene_names_no_eve2)
18
 
19
  if st.button('Show results'):
 
13
 
14
  # Input query gene
15
  gene = st.selectbox(
16
+ 'Which gene/protein are you interested in? (in UniProt gene names)',
17
  gene_names_eve + gene_names_no_eve1 + gene_names_no_eve2)
18
 
19
  if st.button('Show results'):