Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<body>
|
12 |
<div class="container mt-5">
|
13 |
<div class="row">
|
14 |
-
<div class="col-md-
|
15 |
<div class="card">
|
16 |
<div class="card-body">
|
17 |
<h1 class="card-title">Welcome to Adhoc Multi Agent</h1>
|
@@ -27,7 +27,7 @@
|
|
27 |
</div>
|
28 |
</div>
|
29 |
</div>
|
30 |
-
<div class="col-md-
|
31 |
<flowise-fullchatbot></flowise-fullchatbot>
|
32 |
<script type="module">
|
33 |
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
|
|
11 |
<body>
|
12 |
<div class="container mt-5">
|
13 |
<div class="row">
|
14 |
+
<div class="col-md-4">
|
15 |
<div class="card">
|
16 |
<div class="card-body">
|
17 |
<h1 class="card-title">Welcome to Adhoc Multi Agent</h1>
|
|
|
27 |
</div>
|
28 |
</div>
|
29 |
</div>
|
30 |
+
<div class="col-md-8">
|
31 |
<flowise-fullchatbot></flowise-fullchatbot>
|
32 |
<script type="module">
|
33 |
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|