Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SoDehghan
/
Hate-Speech-Detection
like
0
Sleeping
App
Files
Files
Community
SoDehghan
commited on
May 15, 2024
Commit
432d0c3
·
verified
·
1 Parent(s):
9bb5baa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -16,7 +16,8 @@ st.set_page_config(
16
)
17
18
PAGES = {
19
-
"HSD in Turkish": hsd_tr
20
21
}
22
16
)
17
18
PAGES = {
19
+
"HSD in Turkish": hsd_tr
,
20
+
"HSD in Arabic": hsd_ar
21
22
}
23