multimodalart HF Staff Claude Opus 4.8 (1M context) commited on
Commit
70ab5e2
·
1 Parent(s): 32bf5d3

Reword guest CTA: free for longer when signed in

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. 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 to try it out. Sign in with Hugging Face for the full free ZeroGPU quota.</div>
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