Amiruzzaman commited on
Commit
bfaa32a
·
verified ·
1 Parent(s): 504b188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -44,5 +44,12 @@ def main():
44
  else:
45
  st.warning("Please enter text for prediction.")
46
 
 
 
 
 
 
 
 
47
  if __name__ == "__main__":
48
  main()
 
44
  else:
45
  st.warning("Please enter text for prediction.")
46
 
47
+
48
+ st.header("Sample Texts")
49
+ st.write("It's always the filthy " + "<span style='color:red; font-weight:bold'>bitch</span> that creates problem between us", unsafe_allow_html=True)
50
+ st.write("Do you believe it is appropriate to refer to a Muslim as a " + "<span style='color:red; font-weight:bold'>terrorist</span>?", unsafe_allow_html=True)
51
+ st.write("I hope you're doing well and having a great day. Let's catch up soon! 😊")
52
+ st.write("The team's score is disgraceful.")
53
+
54
  if __name__ == "__main__":
55
  main()