Amiruzzaman commited on
Commit
799e478
ยท
verified ยท
1 Parent(s): bfaa32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -46,10 +46,9 @@ def main():
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()
 
46
 
47
 
48
  st.header("Sample Texts")
49
+ st.write("<span style='color:red; font-weight:bold'>ุนู†ูˆุงู† ุฎุฑุง ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ˜ ๐Ÿ‘Ž๐Ÿ‘Ž๐Ÿ‘Ž๐Ÿ‘Ž๐Ÿ‘Ž</span>?", unsafe_allow_html=True)
50
+ st.write("ูˆุงู…ุจุงุฑุญ ุงุดุชุฑูƒุช ุจู‚ู†ุงุชูƒ . ุดุบู„ูƒ ุฌู…ูŠู„ ูˆุญู„ูˆ . ูˆุงูƒุซุฑ ุดูŠ ุจุนุฌุจู†ูŠ ุจ ููŠุฏูŠูˆู‡ุงุชูƒ ุงู†ูƒ ุจุชุญุณุณู†ูŠ ุงู†ูŠ ู…ุนูƒ .")
51
+ st.write("ุงูƒูŠุฏ ุจู†ุดุฌุนูƒ โคโค")
 
52
 
53
  if __name__ == "__main__":
54
  main()