liuyiyang01
commited on
Commit
·
4f482ac
1
Parent(s):
c9444fb
change github mark
Browse files- app.py +1 -1
- assets/github-mark.png +3 -0
app.py
CHANGED
@@ -24,7 +24,7 @@ header_html = """
|
|
24 |
</div>
|
25 |
<div style="display: flex; gap: 15px; align-items: center;">
|
26 |
<a href="https://github.com/InternRobotics" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
27 |
-
<img src="
|
28 |
</a>
|
29 |
<a href="https://huggingface.co/InternRobotics" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
30 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
|
|
24 |
</div>
|
25 |
<div style="display: flex; gap: 15px; align-items: center;">
|
26 |
<a href="https://github.com/InternRobotics" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
27 |
+
<img src="assets/github-mark.png" alt="GitHub" style="height: 30px;">
|
28 |
</a>
|
29 |
<a href="https://huggingface.co/InternRobotics" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
30 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
assets/github-mark.png
ADDED
![]() |
Git LFS Details
|