Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

init_kapa_widget.js 588 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. document.addEventListener("DOMContentLoaded", function () {
  2. var script = document.createElement("script");
  3. script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
  4. script.setAttribute("data-website-id", "a9848c21-e35b-4bd6-ae2c-81fcdc5cfa61");
  5. script.setAttribute("data-project-name", "SuperGradients");
  6. script.setAttribute("data-project-color", "#555555");
  7. script.setAttribute("data-project-logo", "https://raw.githubusercontent.com/Deci-AI/super-gradients/master/documentation/assets/SG_img/SG%20-%20Symbol.png");
  8. script.async = true;
  9. document.head.appendChild(script);
  10. });
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...