Spaces:
Sleeping
Sleeping
Commit
·
836b7a1
1
Parent(s):
93bb550
changed subheader
Browse files
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
|
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
|