datacipen commited on
Commit
d3e4775
·
verified ·
1 Parent(s): 1727409

Update assets/custom-script.js

Browse files
Files changed (1) hide show
  1. assets/custom-script.js +11 -12
assets/custom-script.js CHANGED
@@ -1,13 +1,12 @@
1
- alert('If you see this alert, then your custom JavaScript script has run!');
2
- window.mountChainlitWidget(
3
- {
4
- chainlitServer: "https://datacipen-copilotdatast.hf.space",
5
- showCot: true,
6
- theme: "dark",
7
- fontFamily: "Karla",
8
- button: {
9
- style: {
10
- bgcolor: "#17108f"
11
- }
12
- },
13
  });
 
1
+ window.mountChainlitWidget(
2
+ {
3
+ chainlitServer: "https://datacipen-copilotepnum.hf.space",
4
+ showCot: true,
5
+ theme: "dark",
6
+ fontFamily: "Karla",
7
+ button: {
8
+ style: {
9
+ bgcolor: "#17108f"
10
+ }
11
+ },
 
12
  });