SoDehghan commited on
Commit
4a7879e
β€’
1 Parent(s): 62ed34e

Rename app.py to ap.py

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