Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def classify_compliant(text):
|
|
46 |
|
47 |
#build the Gradio app
|
48 |
#Instructuction = "Write an imaginary review about a product or service you might be interested in."
|
49 |
-
title="
|
50 |
description = """Write a complaint on insurance product or service,\
|
51 |
see how the machine learning model is able to predict your Complaint type"""
|
52 |
article = """
|
|
|
46 |
|
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 Categorisation"
|
50 |
description = """Write a complaint on insurance product or service,\
|
51 |
see how the machine learning model is able to predict your Complaint type"""
|
52 |
article = """
|