Ritesh-hf commited on
Commit
e02e2d4
1 Parent(s): ed89c92

Update templates/chat.html

Browse files
Files changed (1) hide show
  1. templates/chat.html +1 -15
templates/chat.html CHANGED
@@ -7,22 +7,8 @@
7
  <link rel="stylesheet" href="../static/styles.css">
8
  </head>
9
  <body>
10
- <h3>This is a RAG application over the website <a href="https://uaelegislation.gov.ae/en">https://uaelegislation.gov.ae/en</a></h3>
11
  <div class="chat-container">
12
- <md-block class="chat-box" id="chat-box">
13
-
14
-
15
-
16
- </md-block>
17
- <div class="input-container">
18
- <input type="text" id="chat-input" placeholder="Type your message here...">
19
- <button id="send-button">Send</button>
20
- </div>
21
  </div>
22
- <script type="module" src="https://md-block.verou.me/md-block.js"></script>
23
- <script src="https://cdn.socket.io/4.5.0/socket.io.min.js"></script>
24
- <script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js" integrity="sha512-LhccdVNGe2QMEfI3x4DVV3ckMRe36TfydKss6mJpdHjNFiV07dFpS2xzeZedptKZrwxfICJpez09iNioiSZ3hA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
25
-
26
- <script src="../static/script.js"></script>
27
  </body>
28
  </html>
 
7
  <link rel="stylesheet" href="../static/styles.css">
8
  </head>
9
  <body>
 
10
  <div class="chat-container">
11
+ <h3>This is a RAG application.</h3>
 
 
 
 
 
 
 
 
12
  </div>
 
 
 
 
 
13
  </body>
14
  </html>