Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def classify_compliant(text):
51
 
52
  #build the Gradio app
53
  #Instructuction = "Write an imaginary review about a product or service you might be interested in."
54
- title="Customer Complaints Categorization"
55
  description = """
56
  This application uses fine-tuned Roberta to perform Customer Complaints Categorization. Roberta is a popular pre-trained language model that can be used for a variety of natural language processing tasks. This text classification model helps the company to categorize incoming support requests submitted by users and determine the appropriate course of action. The application can provide an opportunity for the service provider to resolve the customer’s problems on time and therefore, reduce dissatisfaction levels.
57
 
 
51
 
52
  #build the Gradio app
53
  #Instructuction = "Write an imaginary review about a product or service you might be interested in."
54
+ title="Customer Complaints Categorization Using Roberta"
55
  description = """
56
  This application uses fine-tuned Roberta to perform Customer Complaints Categorization. Roberta is a popular pre-trained language model that can be used for a variety of natural language processing tasks. This text classification model helps the company to categorize incoming support requests submitted by users and determine the appropriate course of action. The application can provide an opportunity for the service provider to resolve the customer’s problems on time and therefore, reduce dissatisfaction levels.
57