SoDehghan's picture
Update models/home.py
e683190 verified
raw
history blame
334 Bytes
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) .
"""
)