Update app.py
Browse files
app.py
CHANGED
@@ -57,13 +57,13 @@ article = """
|
|
57 |
"""
|
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,
|
65 |
article = article,
|
66 |
-
allow_flagging = "never",
|
67 |
live = False,
|
68 |
examples=["""Th e day before my Salliemae student loan payment was due I contacted a rep to discuss the impact on my account of making my payment at the end of the month rather than the middle for just that one month.
|
69 |
The rep indicated it would be no problem, but that I still may get "" a call '' each day from Salliemae until I made my payment. I understood, requested my account be notated accordingly, and hung up. For two weeks I endured numerous calls per day ;
|
|
|
57 |
"""
|
58 |
|
59 |
gr.Interface(classify_compliant,
|
60 |
+
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here or you can select any of the examples provided below ", max_lines = 20),
|
61 |
outputs = gr.Textbox(lines =5,label = "Complaint Category"),
|
62 |
title = title,
|
63 |
description = description,
|
64 |
#Instruction = Instructuction,
|
65 |
article = article,
|
66 |
+
#allow_flagging = "never",
|
67 |
live = False,
|
68 |
examples=["""Th e day before my Salliemae student loan payment was due I contacted a rep to discuss the impact on my account of making my payment at the end of the month rather than the middle for just that one month.
|
69 |
The rep indicated it would be no problem, but that I still may get "" a call '' each day from Salliemae until I made my payment. I understood, requested my account be notated accordingly, and hung up. For two weeks I endured numerous calls per day ;
|