Spaces:
Runtime error
Runtime error
Update pages/toxic.py
Browse files- pages/toxic.py +3 -0
pages/toxic.py
CHANGED
@@ -29,6 +29,9 @@ def main():
|
|
29 |
toxicity_score = text2toxicity(message)
|
30 |
st.write(f"Степень токсичности: {toxicity_score:.4f}")
|
31 |
|
|
|
|
|
|
|
32 |
st.sidebar.image('images/toxic.jpeg', use_column_width=True)
|
33 |
|
34 |
|
|
|
29 |
toxicity_score = text2toxicity(message)
|
30 |
st.write(f"Степень токсичности: {toxicity_score:.4f}")
|
31 |
|
32 |
+
st.write("### Если вы хотите воспользоваться Telegram ботом для этой задачи, вы можете найти его здесь:")
|
33 |
+
st.write("[Ссылка на Telegram бота](https://t.me/ToxicElbBot)")
|
34 |
+
|
35 |
st.sidebar.image('images/toxic.jpeg', use_column_width=True)
|
36 |
|
37 |
|