Update app.py
Browse files
app.py
CHANGED
@@ -51,11 +51,11 @@ description = """This application uses fine-tune BERT to perform Customer Compla
|
|
51 |
Effectively handling customer complaints provides an opportunity for the service provider to resolve the customer’s problems on time and thus reduce dissatisfaction levels.
|
52 |
Write a complaint on an insurance product or service and see how the machine learning model is able to Categorisation your Complaint.
|
53 |
The Complaints Type are:
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
"""
|
60 |
article = """
|
61 |
- Click submit button to test Consumer Complaint Segmentation
|
|
|
51 |
Effectively handling customer complaints provides an opportunity for the service provider to resolve the customer’s problems on time and thus reduce dissatisfaction levels.
|
52 |
Write a complaint on an insurance product or service and see how the machine learning model is able to Categorisation your Complaint.
|
53 |
The Complaints Type are:
|
54 |
+
1. Debt Collection /
|
55 |
+
2. False Claim or Statement
|
56 |
+
3. Legal Issue
|
57 |
+
4. Improper contact or sharing of info
|
58 |
+
5. Follow Up Issue
|
59 |
"""
|
60 |
article = """
|
61 |
- Click submit button to test Consumer Complaint Segmentation
|