osheina commited on
Commit
a87f4c0
·
verified ·
1 Parent(s): 60d0338

Update toxic1.py

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