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