Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,18 @@ gr.Interface(classify_compliant,
|
|
61 |
article = article,
|
62 |
allow_flagging = "never",
|
63 |
live = False,
|
64 |
-
examples=["old account made
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
).launch()
|
|
|
61 |
article = article,
|
62 |
allow_flagging = "never",
|
63 |
live = False,
|
64 |
+
examples=["""This is an old account. I made attempts to contact the collection agency to work out a payment plan which they did n't accept.
|
65 |
+
I 've since received numerous calls. It has become uncomfortable and distracting taking these called while I 'm at work.""",
|
66 |
+
"""I have tried to pay whatever I could over the years on my student loan. I have an overwhelming amount of debt not to mention my daily necessities.
|
67 |
+
I ca n't exactly come up with any substantial sum of money right now. I have already paid 75 % of the loan too, which is really frustrating that
|
68 |
+
I am still getting harassed..""",
|
69 |
+
"""I was erroneously reported to all three major credit Bureaus by XXXX for a professional fee I paid for {$220.00} on XX/XX/2015.
|
70 |
+
I have the cancelled check. This check cleared the bank on XX/XX/2015.
|
71 |
+
I received no notice of this referral to a collection agency and discovered this gross, negligent error after I was denied for a refinance on our home.
|
72 |
+
To add insult to injury, I am now receiving menacing, harassing phone calls from collection agency Grant & Weber XXXX ext XXXX.
|
73 |
+
I would like financial compensation for {$1000.00} for each agency to which info was reported and the reports corrected and verification
|
74 |
+
that corrections were made sent to me in writing. and the account
|
75 |
+
I was treated at XXXX in the XXXX The telephone number of the billing service who did this is XXXX \nThank you in advance for your time and consideration"""
|
76 |
+
|
77 |
+
]
|
78 |
).launch()
|