File size: 647 Bytes
10d86f5
 
 
 
 
 
 
 
 
a65f6fa
10d86f5
 
 
abf1332
 
10d86f5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
}
"""