kelvinleong commited on
Commit
d24a7c1
·
1 Parent(s): d8b0d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  fn=classify_text,
17
  inputs=gr.inputs.Textbox(label="Enter text to classify"),
18
  outputs="text",
19
- title="Text Classification",
20
  description="Input a sentence here"
21
  )
22
 
 
16
  fn=classify_text,
17
  inputs=gr.inputs.Textbox(label="Enter text to classify"),
18
  outputs="text",
19
+ title="Text Classification (After)",
20
  description="Input a sentence here"
21
  )
22