Skip to content

Commit

Permalink
Create solution_specifier_a
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoabenza authored Feb 3, 2025
1 parent 49fb915 commit 13783a1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions who/solution_specifier_a
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Your Page Title</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: black;
}
iframe {
width: 100%;
height: 100%;
border: none; /* Optional: Removes the border */
}
</style>
</head>
<body>

<script type="module">
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
Chatbot.init({
chatflowid: "ccc54ee2-edad-4afb-a0bd-575a55eda8eb",
apiHost: "http://localhost:3000",
})
</script>


</body>
</html>

0 comments on commit 13783a1

Please sign in to comment.