taigrr commited on
Commit
8745bf7
·
verified ·
1 Parent(s): b04f7fc

Remove Apt 5B from EN example and placeholder

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -768,7 +768,7 @@ textarea.input-box:focus, .chat-input:focus { border-color: #fff; }
768
  </div>
769
  </div>
770
  <div class="input-area">
771
- <textarea class="input-box" id="inputBox" placeholder="Try typing: My name is Sarah Johnson, my email is sarah.johnson@gmail.com, phone 212-867-5309, and my SSN is 472-81-0094. I live at 1234 Maple Street, Apt 5B, Springfield, IL 62704." spellcheck="false"></textarea>
772
  </div>
773
  <div class="output-area">
774
  <div class="output-label">
@@ -930,7 +930,7 @@ const KEPT_LABELS = new Set(["CITY","STATE","ZIP_CODE"]);
930
  const EXAMPLES = {
931
  en1: {
932
  title: "🇺🇸 Personal Info (EN)",
933
- body: "Hi, I'm Sarah Johnson. You can reach me at sarah.johnson@gmail.com or 212-867-5309. My SSN is 472-81-0094 and I live at 1234 Maple Street, Apt 5B, Springfield, IL 62704."
934
  },
935
  en2: {
936
  title: "🇺🇸 Financial (EN)",
 
768
  </div>
769
  </div>
770
  <div class="input-area">
771
+ <textarea class="input-box" id="inputBox" placeholder="Try typing: My name is Sarah Johnson, my email is sarah.johnson@gmail.com, phone 212-867-5309, and my SSN is 472-81-0094. I live at 1234 Maple Street, Springfield, IL 62704." spellcheck="false"></textarea>
772
  </div>
773
  <div class="output-area">
774
  <div class="output-label">
 
930
  const EXAMPLES = {
931
  en1: {
932
  title: "🇺🇸 Personal Info (EN)",
933
+ body: "Hi, I'm Sarah Johnson. You can reach me at sarah.johnson@gmail.com or 212-867-5309. My SSN is 472-81-0094 and I live at 1234 Maple Street, Springfield, IL 62704."
934
  },
935
  en2: {
936
  title: "🇺🇸 Financial (EN)",