Spaces:
Runtime error
Runtime error
stevenlx96
commited on
Commit
·
13337b2
1
Parent(s):
b0c439c
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.markdown("**Why important**: Offensive or hate speech are the main causes of
|
|
10 |
|
11 |
st.markdown("**Approach**:")
|
12 |
|
13 |
-
st.markdown("1.Dataset: This project uses the dataset called hate_speech_offensive, which contained over 20000 tweets all labeled manually into three categories, offensive, hate or
|
14 |
|
15 |
data_distribution1 = Image.open('images/1.png')
|
16 |
st.image(data_distribution1)
|
|
|
10 |
|
11 |
st.markdown("**Approach**:")
|
12 |
|
13 |
+
st.markdown("1.Dataset: This project uses the dataset called hate_speech_offensive, which contained over 20000 tweets all labeled manually into three categories, offensive, hate or neutral.")
|
14 |
|
15 |
data_distribution1 = Image.open('images/1.png')
|
16 |
st.image(data_distribution1)
|