File size: 528 Bytes
c446951
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
document.addEventListener("DOMContentLoaded", function () {
    var script = document.createElement("script");
    script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
    script.setAttribute("data-website-id", "e83c5c60-2968-410b-a2da-08fb104f23df");
    script.setAttribute("data-project-name", "Roboflow");
    script.setAttribute("data-project-color", "#6405C9");
    script.setAttribute("data-project-logo", "https://media.roboflow.com/chat.png");
    script.async = true;
    document.head.appendChild(script);
});