HarshSanghavi commited on
Commit
1a22984
1 Parent(s): 19c1dca

Update templates/chatwidget.html

Browse files
Files changed (1) hide show
  1. templates/chatwidget.html +5 -5
templates/chatwidget.html CHANGED
@@ -570,7 +570,7 @@
570
  <div class="marwadi">
571
  Welcome To AI Bestie
572
  <div class="bestie">
573
- <label>welcome back Rina </label>&nbsp;&nbsp;&nbsp;
574
  <button class="input-submit-button" id="submit-button">
575
  Start
576
  </button>
@@ -635,7 +635,7 @@
635
  url: "/chatwidget",
636
  type: "POST",
637
  data: JSON.stringify({
638
- user_id: 'Rina',
639
  status: status,
640
  user_name: name,
641
  }),
@@ -750,7 +750,7 @@
750
  type: "POST",
751
  data: JSON.stringify({
752
  query: msg,
753
- user_id: 'Rina',
754
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
755
  }),
756
  headers: {
@@ -815,7 +815,7 @@
815
  url: "/start-session",
816
  type: "POST",
817
  data: JSON.stringify({
818
- user_id: 'Rina',
819
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
820
  }),
821
  headers: {
@@ -827,7 +827,7 @@
827
  type: "POST",
828
  data: JSON.stringify({
829
  query: "START",
830
- user_id: 'Rina',
831
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
832
  }),
833
  headers: {
 
570
  <div class="marwadi">
571
  Welcome To AI Bestie
572
  <div class="bestie">
573
+ <label>welcome back Rima </label>&nbsp;&nbsp;&nbsp;
574
  <button class="input-submit-button" id="submit-button">
575
  Start
576
  </button>
 
635
  url: "/chatwidget",
636
  type: "POST",
637
  data: JSON.stringify({
638
+ user_id: 'Rima',
639
  status: status,
640
  user_name: name,
641
  }),
 
750
  type: "POST",
751
  data: JSON.stringify({
752
  query: msg,
753
+ user_id: 'Rima',
754
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
755
  }),
756
  headers: {
 
815
  url: "/start-session",
816
  type: "POST",
817
  data: JSON.stringify({
818
+ user_id: 'Rima',
819
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
820
  }),
821
  headers: {
 
827
  type: "POST",
828
  data: JSON.stringify({
829
  query: "START",
830
+ user_id: 'Rima',
831
  // message: `${msg} | ${window.logged_in_user.airtable_record_id}`,
832
  }),
833
  headers: {