Akhil-77 commited on
Commit
5786bc8
1 Parent(s): b54a4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,6 +10,6 @@ front_end = gr.Interface(fn = get_sentiment,
10
  inputs = "text",
11
  outputs = ["text"],
12
  title = "Toxicity Detector",
13
- description = "A simple web-app to find out that is text toxic or not")
14
 
15
  front_end.launch(inline=False)
 
10
  inputs = "text",
11
  outputs = ["text"],
12
  title = "Toxicity Detector",
13
+ description = "A simple web-app to find out that text is toxic or not")
14
 
15
  front_end.launch(inline=False)