osheina commited on
Commit
d2400c2
·
verified ·
1 Parent(s): 39b8cdf

Update toxic1.py

Browse files
Files changed (1) hide show
  1. toxic1.py +4 -2
toxic1.py CHANGED
@@ -39,5 +39,7 @@ def toxicity_page():
39
  st.write(f'Степень токсичности комментария: {round(proba, 2)} – комментарий не токсичный.')
40
  st.write(f'Время предсказания: {prediction_time:.4f} секунд')
41
 
42
- st.markdown("<h3 style='font-size: 18px;'>Ссылка на Токсичный бот</h3>", unsafe_allow_html=True)
43
- st.markdown("https://t.me/toxic1101_bot", unsafe_allow_html=True)
 
 
 
39
  st.write(f'Степень токсичности комментария: {round(proba, 2)} – комментарий не токсичный.')
40
  st.write(f'Время предсказания: {prediction_time:.4f} секунд')
41
 
42
+ toxicity_page()
43
+
44
+ st.write("Ссылка на Токсичный бот:")
45
+ st.write("[Токсичный бот](https://t.me/toxic1101_bot)", unsafe_allow_html=True)