import streamlit as st def write(): st.markdown( """ # Multi-domain Hate Speech Detection This tool is developed in the context of the EU project "Utilizing Digital Technology for Social Cohesion, Positive Messaging and Peace by Boosting Collaboration, Exchange and Solidarity" (EuropeAid/170389/DD/ACT/Multi) by [Sabanci University Center of Excellence in Data Analytics](https://github.com/verimsu). Check the **Navigation bar** to access the model: - **HSD in Turkish tweets:** Detect hate speech and predict strength of hate in Turkish Language - **HSD in Arabic tweets :** Detect hate speech and predict strength of hate in Arabic Language """ ) # 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).