cashilaadev commited on
Commit
cdc4465
1 Parent(s): 4fce442

Update templates/chat.html

Browse files
Files changed (1) hide show
  1. templates/chat.html +3 -3
templates/chat.html CHANGED
@@ -241,11 +241,11 @@
241
  <div class="card-header msg_head">
242
  <div class="d-flex bd-highlight">
243
  <div class="img_cont">
244
- <img src="https://www.prdistribution.com/spirit/uploads/pressreleases/2022/10110226.jpeg" class="rounded-circle user_img">
245
  <span class="online_icon"></span>
246
  </div>
247
  <div class="user_info">
248
- <span>Travel bot</span>
249
  <p>Ask me anything!</p>
250
  </div>
251
  </div>
@@ -286,7 +286,7 @@
286
  type: "POST",
287
  url: "/get",
288
  }).done(function(data) {
289
- var botHtml = '<div class="d-flex justify-content-start mb-4"><div class="img_cont_msg"><img src="https://www.prdistribution.com/spirit/uploads/pressreleases/2019/newsreleases/d83341deb75c4c4f6b113f27b1e42cd8-chatbot-florence-already-helps-thousands-of-patients-to-remember-their-medication.png" class="rounded-circle user_img_msg"></div><div class="msg_cotainer">' + data + '<span class="msg_time">' + str_time + '</span></div></div>';
290
  $("#messageFormeight").append($.parseHTML(botHtml));
291
  });
292
  event.preventDefault();
 
241
  <div class="card-header msg_head">
242
  <div class="d-flex bd-highlight">
243
  <div class="img_cont">
244
+ <img src="https://www.prdistribution.com/spirit/uploads/pressreleases/2019/newsreleases/-an-app-to-connect-the-whole-world-with-laughter.png" class="rounded-circle user_img">
245
  <span class="online_icon"></span>
246
  </div>
247
  <div class="user_info">
248
+ <span>Chat bot</span>
249
  <p>Ask me anything!</p>
250
  </div>
251
  </div>
 
286
  type: "POST",
287
  url: "/get",
288
  }).done(function(data) {
289
+ var botHtml = '<div class="d-flex justify-content-start mb-4"><div class="img_cont_msg"><img src="https://www.prdistribution.com/spirit/uploads/pressreleases/2019/newsreleases/-advantis-medical-awarded-health-care-staffing-services-certification-from-the-joint-commission.gif" class="rounded-circle user_img_msg"></div><div class="msg_cotainer">' + data + '<span class="msg_time">' + str_time + '</span></div></div>';
290
  $("#messageFormeight").append($.parseHTML(botHtml));
291
  });
292
  event.preventDefault();