Spaces:
Running
Running
Update assets/custom-script.js
Browse files- assets/custom-script.js +11 -12
assets/custom-script.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 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 |
});
|