Skip to content

Commit

Permalink
Changed account and login page text
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Oct 12, 2023
1 parent 2e8f285 commit 8ef300c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions templates/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ <h2>Admin Links</h2>
<div class="credits-container">
<h2>Remaining Credits: {{ humanize.intcomma(user_credits) }}</h2>
<p>
Each new account receives {{ settings.LOGIN_USER_FREE_CREDITS }} Gooey.AI credits.
<br>
Every time you submit a workflow or make an API call,
we deduct credits from your account.
<br>
Most workflows cost around {{ settings.CREDITS_TO_DEDUCT_PER_RUN }} credits. You can buy more credits
Most workflows cost ~5-50 credits, depending on their complexity + LLM & GPU costs. You can buy more credits
below or <a href="{{ settings.GRANT_URL }}" target="_blank">apply for a grant</a>.
</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion templates/login_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
{% block content %}
<div data-replace-login-spinner style="text-align: center; padding: 2rem">
<h3>Sign in to Gooey.AI</h3>
<p>By signing in you get free credits, run history, API access & much more.</p>
<p>Sign in to access your run history, API key & more. New verified accounts receive 1000 credits. 💰</p>
<div id="firebaseui-spinner">
<h4 style="padding: 1rem">Loading...</h4>
</div>
<div style="padding: 1rem" id="firebaseui-auth-container"></div>
<p class="text-muted" style="font-size: 10px">💰 Sign up via Email does not activate credits. Please choose one of the top options instead.</p>
</div>
<script src="https://www.gstatic.com/firebasejs/ui/6.0.2/firebase-ui-auth.js"></script>
<script src="/static/js/login_options.js?v=2"></script>
Expand Down

0 comments on commit 8ef300c

Please sign in to comment.