saritha5 commited on
Commit
8a873e3
1 Parent(s): 6f17327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 which 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,
 
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,