fix ui
Browse files
app.py
CHANGED
@@ -128,8 +128,8 @@ header_html = """
|
|
128 |
<div style="display: flex; align-items: center;">
|
129 |
<img src="https://www.shlab.org.cn/static/img/index_14.685f6559.png" alt="Institution Logo" style="height: 60px; margin-right: 20px;">
|
130 |
<div>
|
131 |
-
<h1 style="margin: 0; color: #2c3e50; font-weight: 600;">🤖
|
132 |
-
<p style="margin: 4px 0 0 0; color: #5d6d7e; font-size: 0.9em;">Model trained on
|
133 |
</div>
|
134 |
</div>
|
135 |
<div style="display: flex; gap: 15px; align-items: center;">
|
@@ -139,7 +139,7 @@ header_html = """
|
|
139 |
<a href="https://huggingface.co/OpenRobotLab" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
140 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
141 |
</a>
|
142 |
-
<a href="
|
143 |
<button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
|
144 |
onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
|
145 |
onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">
|
|
|
128 |
<div style="display: flex; align-items: center;">
|
129 |
<img src="https://www.shlab.org.cn/static/img/index_14.685f6559.png" alt="Institution Logo" style="height: 60px; margin-right: 20px;">
|
130 |
<div>
|
131 |
+
<h1 style="margin: 0; color: #2c3e50; font-weight: 600;">🤖 InternNav Model Inference Demo</h1>
|
132 |
+
<p style="margin: 4px 0 0 0; color: #5d6d7e; font-size: 0.9em;">Model trained on InternNav framework</p>
|
133 |
</div>
|
134 |
</div>
|
135 |
<div style="display: flex; gap: 15px; align-items: center;">
|
|
|
139 |
<a href="https://huggingface.co/OpenRobotLab" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
|
140 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
|
141 |
</a>
|
142 |
+
<a href="https://huggingface.co/spaces/OpenRobotLab/InternManip-eval-demo" target="_blank">
|
143 |
<button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
|
144 |
onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
|
145 |
onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">
|