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


def write():
    st.markdown(
    """
    # Hate Speech Detection
    
    In this HuggingFace space you will be able to test our Hate Speech Detection model that
    we have built at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu) .
    """
    )