saritha5 commited on
Commit
41aed73
·
1 Parent(s): fd0944c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.label(lines =5,label = "Complaint Category"),
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,