yasserrmd commited on
Commit
1d5d3e4
1 Parent(s): a44e0ad

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -9
index.html CHANGED
@@ -11,7 +11,7 @@
11
  <body>
12
  <div class="container mt-5">
13
  <div class="row">
14
- <div class="col-md-6">
15
  <div class="card">
16
  <div class="card-body">
17
  <h1 class="card-title">Welcome to Adhoc Multi Agent</h1>
@@ -27,15 +27,17 @@
27
  </div>
28
  </div>
29
  </div>
30
- <div class="col-md-6">
31
  <flowise-fullchatbot></flowise-fullchatbot>
32
- <script type="module">
33
- import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js";
34
- Chatbot.initFull({
35
- chatflowid: "d3548124-f646-4d6f-bc92-918a19023186",
36
- apiHost: "https://nakheeltech.com:8030",
37
- });
38
- </script>
 
 
39
  </div>
40
  </div>
41
  </div>
 
11
  <body>
12
  <div class="container mt-5">
13
  <div class="row">
14
+ <div class="col-md-2">
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-10">
31
  <flowise-fullchatbot></flowise-fullchatbot>
32
+ <script type="module">
33
+ import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
34
+ Chatbot.initFull({
35
+ chatflowid: "d3548124-f646-4d6f-bc92-918a19023186",
36
+ apiHost: "https://nakheeltech.com:8030",
37
+ })
38
+ </script>
39
+
40
+
41
  </div>
42
  </div>
43
  </div>