Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pgml-dashboard/templates/content/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="h2 mb-3">Have Questions?</h2>
<% if !standalone_dashboard() { %>
<div class="mt-5 pb-3">
<h2 class="h2 mb-3">Try It Out</h2>
<p>Try PostresML using our <strong>free</strong> serverless cloud. It comes with GPUs, 5 GiB of space and plenty of datasets to get you started.</p>
<p>Get <strong>$100 free</strong> when you sign up for our Serverless Cloud. That's over 10 hours of run time, GPUs, and plenty of datasets to get you started.</p>
<div class="d-flex justify-content-center gap-2 pt-3 pb-4">
<a class="btn btn-primary" href="<%- crate::utils::config::signup_url() %>">Get Started</a>
</div>
Expand Down