Spaces:
Running
Running
Update models/home.py
Browse files- models/home.py +5 -2
models/home.py
CHANGED
@@ -6,7 +6,10 @@ def write():
|
|
6 |
st.markdown(
|
7 |
"""
|
8 |
# Hate Speech Detection
|
|
|
9 |
|
10 |
-
In this HuggingFace space you can use Hate Speech Detection model built at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu).
|
11 |
"""
|
12 |
-
)
|
|
|
|
|
|
|
|
6 |
st.markdown(
|
7 |
"""
|
8 |
# Hate Speech Detection
|
9 |
+
|
10 |
|
|
|
11 |
"""
|
12 |
+
)
|
13 |
+
|
14 |
+
# In this HuggingFace space you can use Hate Speech Detection model built at [VERİM - Center of Excellence in Data Analytics](https://github.com/verimsu).
|
15 |
+
|