File size: 299 Bytes
2bb7294
 
 
 
 
 
6c1822d
 
2bb7294
a5743ab
2bb7294
 
1
2
3
4
5
6
7
8
9
10
11
12
import streamlit as st
import awesome_streamlit as ast


def write():
    st.markdown(
    """
    # Hate Speech Detection
    
    In this HuggingFace space you can use Hate Speech Detection model built at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu).
    """
    )