Spaces:
Running
Running
Commit ·
70ab5e2
1
Parent(s): 32bf5d3
Reword guest CTA: free for longer when signed in
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- index.html +1 -1
index.html
CHANGED
|
@@ -1053,7 +1053,7 @@ pre {
|
|
| 1053 |
<!-- Guest CTA (shown when logged out) -->
|
| 1054 |
<div class="guest-cta" id="guest-cta" style="display:none">
|
| 1055 |
<div class="guest-cta-title">You're in guest mode</div>
|
| 1056 |
-
<div class="guest-cta-sub">3 free runs
|
| 1057 |
<button class="btn-hf btn-hf-sm guest-cta-btn" onclick="login()">🤗 Sign in with Hugging Face</button>
|
| 1058 |
</div>
|
| 1059 |
|
|
|
|
| 1053 |
<!-- Guest CTA (shown when logged out) -->
|
| 1054 |
<div class="guest-cta" id="guest-cta" style="display:none">
|
| 1055 |
<div class="guest-cta-title">You're in guest mode</div>
|
| 1056 |
+
<div class="guest-cta-sub">3 signed-out free runs. Sign in with Hugging Face to keep using it free for longer.</div>
|
| 1057 |
<button class="btn-hf btn-hf-sm guest-cta-btn" onclick="login()">🤗 Sign in with Hugging Face</button>
|
| 1058 |
</div>
|
| 1059 |
|