Spaces:
Running
Running
Update app.py
Browse files
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()
|