Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ article = """
|
|
58 |
|
59 |
gr.Interface(classify_compliant,
|
60 |
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
|
61 |
-
outputs = gr.
|
62 |
title = title,
|
63 |
description = description,
|
64 |
#Instruction = Instructuction,
|
|
|
58 |
|
59 |
gr.Interface(classify_compliant,
|
60 |
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
|
61 |
+
outputs = gr.Textbox(lines =5,label = "Complaint Category"),
|
62 |
title = title,
|
63 |
description = description,
|
64 |
#Instruction = Instructuction,
|