SoDehghan commited on
Commit
2bb7294
1 Parent(s): 9d9bbb0

Create home.py

Browse files
Files changed (1) hide show
  1. models/home.py +13 -0
models/home.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import awesome_streamlit as ast
3
+
4
+
5
+ def write():
6
+ st.markdown(
7
+ """
8
+ # Hate speech Detection
9
+
10
+ ![visitors]()
11
+ In this HuggingFace space you will be able to test our Hate Speech Detection model that we at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu) have built.
12
+ """
13
+ )