Erva Ulusoy commited on
Commit
34100ac
·
1 Parent(s): 0ed6c6a

update disclaimer

Browse files
Files changed (1) hide show
  1. Domain2GO.py +6 -9
Domain2GO.py CHANGED
@@ -13,15 +13,6 @@ def convert_df(df):
13
  return df.to_csv(index=False).encode('utf-8')
14
 
15
 
16
- st.markdown("""
17
- <div style="background-color:#f0f2f6;padding:10px">
18
- <p style="color:#b22d2a;font-size:15px;">Disclaimer</p>
19
- <p style="color:#000000;font-size:14px;">This program is designed to generate predictions for a single protein due to the extended runtime of InterProScan. If you need predictions for multiple UniProtKB/Swiss-Prot proteins, we recommend utilizing our comprehensive protein function prediction dataset available in our <a href="https://github.com/HUBioDataLab/Domain2GO">Github repository</a>.</p>
20
- </div>
21
- """, unsafe_allow_html=True)
22
-
23
-
24
-
25
  with st.sidebar:
26
 
27
  st.title("Domain2GO: Mutual Annotation-Based Prediction of Protein Domain Functions")
@@ -134,3 +125,9 @@ else:
134
  mime="text/csv",
135
  )
136
 
 
 
 
 
 
 
 
13
  return df.to_csv(index=False).encode('utf-8')
14
 
15
 
 
 
 
 
 
 
 
 
 
16
  with st.sidebar:
17
 
18
  st.title("Domain2GO: Mutual Annotation-Based Prediction of Protein Domain Functions")
 
125
  mime="text/csv",
126
  )
127
 
128
+ st.markdown("""
129
+ <div style="background-color:#f0f2f6;padding:10px">
130
+ <p style="color:#b22d2a;font-size:15px;">Disclaimer</p>
131
+ <p style="color:#000000;font-size:14px;">This program is designed to generate predictions for a single protein due to the extended runtime of InterProScan. If you need predictions for multiple UniProtKB/Swiss-Prot proteins, we recommend utilizing our comprehensive protein function prediction dataset available in our <a href="https://github.com/HUBioDataLab/Domain2GO">Github repository</a>.</p>
132
+ </div>
133
+ """, unsafe_allow_html=True)