saritha5 commited on
Commit
85da080
1 Parent(s): 699e738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ article = """
56
 
57
  gr.Interface(classify_compliant,
58
  inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
59
- outputs = gr.Textbox(lines =5,label = "Complaint Category")',
60
  title = title,
61
  description = description,
62
  #Instruction = Instructuction,
 
56
 
57
  gr.Interface(classify_compliant,
58
  inputs=gr.Textbox(lines =10,label = "Type your Complaint of our Product here", max_lines = 20),
59
+ outputs = gr.Textbox(lines =5,label = "Complaint Category"),
60
  title = title,
61
  description = description,
62
  #Instruction = Instructuction,