Spaces:
Sleeping
Sleeping
Rename app.py to ap.py
Browse files- app.py β ap.py +1 -1
app.py β ap.py
RENAMED
@@ -50,7 +50,7 @@ if st.button("Click for predictions!", key="ar_predict"):
|
|
50 |
sentiment_ar = label_dict[sentiment_ar]
|
51 |
|
52 |
strength_tr = " "
|
53 |
-
st.write(f"Detection: {sentiment_ar}, ' ', Strength: {strength_ar})
|
54 |
|
55 |
|
56 |
st.sidebar.title("Hate Speech Detection")
|
|
|
50 |
sentiment_ar = label_dict[sentiment_ar]
|
51 |
|
52 |
strength_tr = " "
|
53 |
+
st.write(f"Detection: {sentiment_ar}, ' ', Strength: {strength_ar}")
|
54 |
|
55 |
|
56 |
st.sidebar.title("Hate Speech Detection")
|