SoDehghan commited on
Commit
874acc9
1 Parent(s): 15b22f2

Create hsd_ar.py

Browse files
Files changed (1) hide show
  1. models/hsd_ar.py +10 -0
models/hsd_ar.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+
4
+ def write():
5
+ st.markdown(
6
+ """
7
+ # Hate Speech Detection
8
+
9
+ """
10
+ )