yasserrmd commited on
Commit
82f0fb8
1 Parent(s): 1d5d3e4

Update index.html

Browse files
Files changed (1) hide show
  1. 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-2">
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-10">
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"