Update index.html
Browse files- index.html +7 -0
index.html
CHANGED
@@ -7,6 +7,13 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
12 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<script type="module">
|
11 |
+
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
12 |
+
Chatbot.init({
|
13 |
+
chatflowid: "85392730-2d78-4563-a364-b7f1e9d1b698",
|
14 |
+
apiHost: "https://aai.eduhk.hk",
|
15 |
+
})
|
16 |
+
</script>
|
17 |
<div class="card">
|
18 |
<h1>Welcome to your static Space!</h1>
|
19 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|