File size: 109 Bytes
874acc9
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import streamlit as st


def write():
    st.markdown(
    """
    # Hate Speech Detection
    
    """
    )