sam2-playground / modules /html_constants.py
jhj0517
Update colab href link
a65f6fa
raw
history blame
647 Bytes
DEFAULT_THEME = None
HEADER = """
## [sam2-playground](https://github.com/jhj0517/sam2-playground)
<div>
<a href="">
<img src="https://img.shields.io/badge/GitHub-Wiki-blue?logo=github" alt="Github Wiki" style="display:inline-block;">
</a>
<a href="https://colab.research.google.com/github/jhj0517/sam2-playground/blob/master/notebooks/sam2_playground.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
</a>
</div>
"""
CSS = """
#md_header a {
color: black;
text-decoration: none;
}
#md_header a:hover {
text-decoration: underline;
}
"""