Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ article = """
|
|
| 57 |
"""
|
| 58 |
|
| 59 |
demo = gr.Interface(classify_compliant,
|
| 60 |
-
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here or for a quick demo click on the examples provided below
|
| 61 |
outputs = gr.Textbox(lines =5,label = "Complaint Category"),
|
| 62 |
title = title,
|
| 63 |
description = description,
|
|
|
|
| 57 |
"""
|
| 58 |
|
| 59 |
demo = gr.Interface(classify_compliant,
|
| 60 |
+
inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here or for a quick demo click on the examples provided below and output will automatically be populatec in the output box ", max_lines = 20),
|
| 61 |
outputs = gr.Textbox(lines =5,label = "Complaint Category"),
|
| 62 |
title = title,
|
| 63 |
description = description,
|