shainaraza commited on
Commit
f199e05
1 Parent(s): 2b3dec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -59,3 +59,9 @@ if st.button("Process Text"):
59
  st.write(", ".join(biased_words))
60
  else:
61
  st.write("Please enter some text to process.")
 
 
 
 
 
 
 
59
  st.write(", ".join(biased_words))
60
  else:
61
  st.write("Please enter some text to process.")
62
+
63
+ # Disclaimer
64
+ st.info("Disclaimer: Please note that while this tool aims to identify and highlight biased language, no automated system is perfect. \\
65
+ The detection of bias depends on various factors, including the context, the training data used for the models, \\
66
+ and the inherent limitations of natural language processing technologies. As such, some biases may not be detected, \\
67
+ and all results should be reviewed critically by human users.")