JainilP30 commited on
Commit
87d9267
·
verified ·
1 Parent(s): b5dfda3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ interface = gr.Interface(
101
  outputs=gr.Markdown(label="Prediction"),
102
  title="📰 Fake News Detector",
103
  description="This tool uses 3 models (Naive Bayes, Logistic Regression, GloVe-based Deep Learning) to classify news as real or fake using an ensemble method.",
 
104
  allow_flagging="never"
105
  )
106
 
 
101
  outputs=gr.Markdown(label="Prediction"),
102
  title="📰 Fake News Detector",
103
  description="This tool uses 3 models (Naive Bayes, Logistic Regression, GloVe-based Deep Learning) to classify news as real or fake using an ensemble method.",
104
+ article="⚠️ **Disclaimer:** This demo is for educational and experimental purposes only. It is not suitable for real-world fact-checking or decision-making. Please do not rely on this tool.",
105
  allow_flagging="never"
106
  )
107