Spaces:
Sleeping
Sleeping
Create home.py
Browse files- 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 |
+
)
|