kevinhug commited on
Commit
b893901
·
1 Parent(s): 2379f57

human-in-the-loop

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -493,7 +493,7 @@ For example, Comcast reduced repeat service calls by 17% after deploying entity
493
 
494
  gr.Examples(
495
  [
496
- ["""My mortgage rate is 9%, I cannot afford it anymore, I need to refinance and I'm unemploy right now.""", "MORT"],
497
  ["my credit card limit is too low, I need a card with bigger limit and low fee", "CARD"]
498
  ],
499
  [in_verbatim, in_campaign]
 
493
 
494
  gr.Examples(
495
  [
496
+ ["""My mortgage was assumed by Bank of America when Countrywide mortgages ceased to do business. My mortgage increased without any explanation. When I inquired, they stumbled and gave me the run around. I’d NEVER do business with Bank of America again""", "MORT"],
497
  ["my credit card limit is too low, I need a card with bigger limit and low fee", "CARD"]
498
  ],
499
  [in_verbatim, in_campaign]