Spaces:
Sleeping
Sleeping
Commit
·
93bb550
1
Parent(s):
da35522
changed title
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ pipe = load_pipeline()
|
|
19 |
|
20 |
|
21 |
# Title and subtitle
|
22 |
-
st.title("Toxicity
|
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 |
|