Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def perform_default_analysis(model_name):
|
|
66 |
|
67 |
# main -->
|
68 |
st.title("Toxic Tweets Analyzer")
|
69 |
-
st.write("💡 Toxic Tweets Analyzer
|
70 |
image = "kanye_loves_tweet.jpg"
|
71 |
st.image(image, use_column_width=True)
|
72 |
|
|
|
66 |
|
67 |
# main -->
|
68 |
st.title("Toxic Tweets Analyzer")
|
69 |
+
st.write("💡 Toxic Tweets Analyzer uses AI with kingsotn/finetuned_cyberbullying (distilbert) to score tweets for toxicity, threat, and insult.")
|
70 |
image = "kanye_loves_tweet.jpg"
|
71 |
st.image(image, use_column_width=True)
|
72 |
|