Skip to content

Commit

Permalink
Merge pull request #97 from instituteofcancerresearch/ra-ref_citation
Browse files Browse the repository at this point in the history
Ra ref citation
  • Loading branch information
rachelicr authored May 7, 2024
2 parents 9ea6a8a + bcee125 commit 3dfe6bb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/SOPRANO/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)
from SOPRANO.utils.path_utils import Directories

logo_path = "/".join(__file__.split("/")[:-1] + ['static', 'logo.png'])
logo_path = "/".join(__file__.split("/")[:-1] + ["static", "logo.png"])


def with_tab_pipeline(tab: DeltaGenerator):
Expand Down Expand Up @@ -482,9 +482,10 @@ def with_tab_immunopeptidome(tab: DeltaGenerator):

if __name__ == "__main__":
st.set_page_config(layout="wide")
header1 = ""#f'<img src="{logo_path}" alt="icr" width="200px">'
header2 = """
<span style="color:black;">Institute of Cancer Research - SOPRANO - </span><span style=
header = """
<span style="color:black;">
<img src="https://www.icr.ac.uk/assets/img/logo.png"
alt="icr" width="200px"> - SOPRANO - </span><span style=
"color:grey">S</span><span style=
"color:yellowgreen">election </span><span style=
"color:grey">O</span><span style=
Expand All @@ -497,7 +498,7 @@ def with_tab_immunopeptidome(tab: DeltaGenerator):
"color:grey">O</span><span style=
"color:darkred">ns</span>
"""
st.markdown(header1+header2, unsafe_allow_html=True)
st.markdown(header, unsafe_allow_html=True)
(
welcome_tab,
genome_tab,
Expand Down

0 comments on commit 3dfe6bb

Please sign in to comment.