Update app.py
Browse files
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'):
|