sam2-playground / modules /html_constants.py
jhj0517
Merge branch 'master' into huggingface
76d1f6d
raw
history blame contribute delete
869 Bytes
DEFAULT_THEME = "jhj0517/smooth_slate_primary_button_color" # [jhj0517/boxy_violet_primary_button_variant, jhj0517/smooth_slate_primary_button_color ]
HEADER = """
## [sam2-playground](https://github.com/jhj0517/sam2-playground)
<div>
<a href="https://github.com/jhj0517/sam2-playground/blob/master/docs/PROMPT_GUIDE.md#image-prompter">
<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;
}
"""