liuyiyang01 commited on
Commit ·
33d0abb
1
Parent(s): c0f51cf
change link
Browse files
app.py
CHANGED
|
@@ -544,13 +544,13 @@ header_html = """
|
|
| 544 |
</div>
|
| 545 |
</div>
|
| 546 |
<div style="display: flex; gap: 15px; align-items: center;">
|
| 547 |
-
<a href="https://github.com/
|
| 548 |
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="height: 30px;">
|
| 549 |
</a>
|
| 550 |
-
<a href="https://huggingface.co/
|
| 551 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
| 552 |
</a>
|
| 553 |
-
<a href="
|
| 554 |
<button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
|
| 555 |
onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
|
| 556 |
onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">
|
|
|
|
| 544 |
</div>
|
| 545 |
</div>
|
| 546 |
<div style="display: flex; gap: 15px; align-items: center;">
|
| 547 |
+
<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)'">
|
| 548 |
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="height: 30px;">
|
| 549 |
</a>
|
| 550 |
+
<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)'">
|
| 551 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
| 552 |
</a>
|
| 553 |
+
<a href="https://huggingface.co/spaces/OpenRobotLab/InternNav-eval-demo" target="_blank">
|
| 554 |
<button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
|
| 555 |
onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
|
| 556 |
onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">
|