Skip to content

Commit

Permalink
removes redundant phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmamidi committed Nov 30, 2023
1 parent e6a12fe commit 96d7a91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def query_variant(chrom: str, pos: int, allele_len: int) -> json:

def main():
repo_root = Path(__file__).parent.parent
st.markdown("# DITTO")
head_col1, head_col2 = st.columns([2,1])
head_col1.markdown("# DITTO")
head_col1.markdown(
"### A tool for exploring genetic variants and their predicted functional impact."
)
Expand All @@ -107,9 +107,6 @@ def main():

head_col2.markdown("![GIF Placeholder](https://media.giphy.com/media/pMFmBkBTsDMOY/giphy.gif)")

head_col1.markdown(
"**Created by [Tarun Mamidi](https://www.linkedin.com/in/tkmamidi/)**"
)
head_col1.markdown("\n\n")


Expand Down

0 comments on commit 96d7a91

Please sign in to comment.