Spaces:
Sleeping
Sleeping
Erva Ulusoy
commited on
Commit
·
c98651d
1
Parent(s):
34100ac
update disclaimer
Browse files- Domain2GO.py +15 -1
Domain2GO.py
CHANGED
@@ -125,9 +125,23 @@ else:
|
|
125 |
mime="text/csv",
|
126 |
)
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
st.markdown("""
|
129 |
-
<div style="
|
|
|
|
|
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)
|
|
|
125 |
mime="text/csv",
|
126 |
)
|
127 |
|
128 |
+
# # <div style="background-color:#f0f2f6;padding:10px">
|
129 |
+
# st.markdown("""
|
130 |
+
# <div style="position: relative;background-color: #f0f2f6;padding:10px;">
|
131 |
+
# <div style="position: absolute; bottom: 5px;">
|
132 |
+
# <p style="color:#b22d2a;font-size:15px;">Disclaimer</p>
|
133 |
+
# <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>
|
134 |
+
# </div>
|
135 |
+
# </div>
|
136 |
+
# """, unsafe_allow_html=True)
|
137 |
+
|
138 |
+
|
139 |
st.markdown("""
|
140 |
+
<div style="position: relative; width: 700px; height: 880px;">
|
141 |
+
|
142 |
+
<div style="position: absolute; bottom: -100px; background-color: #f0f2f6; padding:10px">
|
143 |
<p style="color:#b22d2a;font-size:15px;">Disclaimer</p>
|
144 |
<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>
|
145 |
</div>
|
146 |
+
</div>
|
147 |
""", unsafe_allow_html=True)
|