Spaces:
Running
Running
Update index.html
Browse files- index.html +11 -21
index.html
CHANGED
@@ -1,24 +1,14 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
|
3 |
-
<
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Vollbild-iFrame</title>
|
7 |
-
<style>
|
8 |
-
body, html {
|
9 |
-
margin: 0;
|
10 |
-
padding: 0;
|
11 |
-
height: 100%;
|
12 |
-
overflow: hidden;
|
13 |
-
}
|
14 |
-
iframe {
|
15 |
-
width: 100%;
|
16 |
-
height: 100%;
|
17 |
-
border: none;
|
18 |
-
}
|
19 |
-
</style>
|
20 |
-
</head>
|
21 |
<body>
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
</body>
|
24 |
-
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<!DOCTYPE html>
|
3 |
+
<html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
<body>
|
5 |
+
<script type="module">
|
6 |
+
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
7 |
+
Chatbot.init({
|
8 |
+
chatflowid: "fbc118dc-ec00-4b59-acff-600648958be3",
|
9 |
+
apiHost: "https://blavken-flowiseblav.hf.space",
|
10 |
+
})
|
11 |
+
</script>
|
12 |
+
|
13 |
</body>
|
14 |
+
</html>
|