Erva Ulusoy commited on
Commit
3438df6
·
1 Parent(s): b1ecb80

add streamlit config

Browse files
Files changed (2) hide show
  1. .streamlit/config.toml +2 -0
  2. app.py +1 -1
.streamlit/config.toml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [theme]
2
+ base="light"
app.py CHANGED
@@ -14,7 +14,7 @@ def convert_df(df):
14
 
15
 
16
  st.markdown("""
17
- <div style="background-color:#b1a8ab;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>
 
14
 
15
 
16
  st.markdown("""
17
+ <div style="background-color:#f9f9f9;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>