danielcd99 commited on
Commit
93bb550
·
1 Parent(s): da35522

changed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ pipe = load_pipeline()
19
 
20
 
21
  # Title and subtitle
22
- st.title("Toxicity Detection")
23
  st.subheader("This is an app for detecting toxicity in tweets written in portuguese. "
24
  "Write the name of the user (without @) and select the number of tweets you want to check.")
25
 
 
19
 
20
 
21
  # Title and subtitle
22
+ st.title("Toxicity Detector")
23
  st.subheader("This is an app for detecting toxicity in tweets written in portuguese. "
24
  "Write the name of the user (without @) and select the number of tweets you want to check.")
25