dashskills / assets /custom-script.js
datacipen's picture
Upload custom-script.js
4723eaa verified
raw
history blame
332 Bytes
alert('If you see this alert, then your custom JavaScript script has run!');
window.mountChainlitWidget(
{
chainlitServer: "https://datacipen-copilotdatast.hf.space",
showCot: true,
theme: "dark",
fontFamily: "Karla",
button: {
style: {
bgcolor: "#17108f"
}
},
});