Spaces:
Sleeping
Sleeping
Update models/home.py
Browse files- models/home.py +2 -3
models/home.py
CHANGED
@@ -4,10 +4,9 @@ import awesome_streamlit as ast
|
|
4 |
|
5 |
def write():
|
6 |
st.markdown(
|
7 |
-
|
8 |
-
# Hate
|
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 |
)
|
|
|
4 |
|
5 |
def write():
|
6 |
st.markdown(
|
7 |
+
"""
|
8 |
+
# Hate Speech Detection
|
9 |
|
|
|
10 |
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.
|
11 |
"""
|
12 |
)
|