Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def classify_compliant(text):
|
|
47 |
#build the Gradio app
|
48 |
#Instructuction = "Write an imaginary review about a product or service you might be interested in."
|
49 |
title="Customer Complaints Categorization"
|
50 |
-
description = """This application uses fine-tune BERT to perform Customer Complaints Categorization.BERT models are usually pretrained on a large corpus of text and
|
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 |
article = """
|
|
|
47 |
#build the Gradio app
|
48 |
#Instructuction = "Write an imaginary review about a product or service you might be interested in."
|
49 |
title="Customer Complaints Categorization"
|
50 |
+
description = """This application uses fine-tune BERT to perform Customer Complaints Categorization.BERT models are usually pretrained on a large corpus of text and then fine tuned for specific tasks.
|
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 |
article = """
|