Spaces:
Sleeping
Sleeping
Commit ·
312e1b4
1
Parent(s): 34282dd
Add header link to Selectable Face Swap space
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- static/app.css +3 -0
- templates/app.html +3 -0
static/app.css
CHANGED
|
@@ -28,6 +28,9 @@ footer{display:none!important}
|
|
| 28 |
padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
|
| 29 |
}
|
| 30 |
.app-header-left{display:flex;align-items:center;gap:12px}
|
|
|
|
|
|
|
|
|
|
| 31 |
.app-logo{
|
| 32 |
width:36px;height:36px;background:linear-gradient(135deg,#ff0080,#ff4da6,#ff80c0);
|
| 33 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
|
|
|
| 28 |
padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
|
| 29 |
}
|
| 30 |
.app-header-left{display:flex;align-items:center;gap:12px}
|
| 31 |
+
.app-header-right{display:flex;align-items:center}
|
| 32 |
+
.app-header-link{color:#ff80c0;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;opacity:.85;transition:opacity .15s}
|
| 33 |
+
.app-header-link:hover{opacity:1;text-decoration:underline}
|
| 34 |
.app-logo{
|
| 35 |
width:36px;height:36px;background:linear-gradient(135deg,#ff0080,#ff4da6,#ff80c0);
|
| 36 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
templates/app.html
CHANGED
|
@@ -7,6 +7,9 @@
|
|
| 7 |
<span class="app-badge">v1.1</span>
|
| 8 |
<span class="app-badge fast">4-Step Fast</span>
|
| 9 |
</div>
|
|
|
|
|
|
|
|
|
|
| 10 |
</div>
|
| 11 |
|
| 12 |
<div class="app-notice">
|
|
|
|
| 7 |
<span class="app-badge">v1.1</span>
|
| 8 |
<span class="app-badge fast">4-Step Fast</span>
|
| 9 |
</div>
|
| 10 |
+
<div class="app-header-right">
|
| 11 |
+
<a href="https://huggingface.co/spaces/someone-in-the-world/Selectable-Face-Swap" target="_blank" class="app-header-link">Also try: Selectable Face Swap →</a>
|
| 12 |
+
</div>
|
| 13 |
</div>
|
| 14 |
|
| 15 |
<div class="app-notice">
|