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