SoDehghan commited on
Commit
4f7fb4d
β€’
1 Parent(s): b416e98

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
  label_dict = {'LABEL_1': 'Hate ❌ ', 'LABEL_0': 'Non-hate βœ… '}
51
  sentiment_ar = label_dict[sentiment_ar]
52
 
53
- strength_tr = " "
54
  st.write(f"Detection: {sentiment_ar}, Strength: {strength_ar}")
55
 
56
 
 
50
  label_dict = {'LABEL_1': 'Hate ❌ ', 'LABEL_0': 'Non-hate βœ… '}
51
  sentiment_ar = label_dict[sentiment_ar]
52
 
53
+ strength_ar = " "
54
  st.write(f"Detection: {sentiment_ar}, Strength: {strength_ar}")
55
 
56