danielcd99 commited on
Commit
836b7a1
1 Parent(s): 93bb550

changed subheader

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ pipe = load_pipeline()
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
 
26
 
27
  # User information
 
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 username (without @) and select the number of tweets you want to check.")
25
 
26
 
27
  # User information