SoDehghan commited on
Commit
6c1822d
1 Parent(s): 6490007

Update models/home.py

Browse files
Files changed (1) hide show
  1. 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 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
  )
 
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
  )