Spaces:
Sleeping
Sleeping
Erva Ulusoy
commited on
Commit
·
53aa54f
1
Parent(s):
6295a2c
email disclaimer
Browse files- Domain2GO.py +4 -1
Domain2GO.py
CHANGED
@@ -51,7 +51,10 @@ with st.sidebar:
|
|
51 |
for fasta in fasta_sequences:
|
52 |
st.session_state['name'], st.session_state['sequence'] = fasta.id, str(fasta.seq)
|
53 |
|
54 |
-
st.session_state['email'] = st.text_input('Enter your email for InterProScan query
|
|
|
|
|
|
|
55 |
|
56 |
# prevent user from clicking submit button if email or sequence is empty
|
57 |
submitted = False
|
|
|
51 |
for fasta in fasta_sequences:
|
52 |
st.session_state['name'], st.session_state['sequence'] = fasta.id, str(fasta.seq)
|
53 |
|
54 |
+
st.session_state['email'] = st.text_input('Enter your email for InterProScan query*: ')
|
55 |
+
st.markdown("""
|
56 |
+
<p style="color:#000000;font-size:12px;">*InterProScan requests your email to notify you when your job is done. Your email will not be used for any other purpose.</p>
|
57 |
+
""", unsafe_allow_html=True)
|
58 |
|
59 |
# prevent user from clicking submit button if email or sequence is empty
|
60 |
submitted = False
|