asad231 commited on
Commit
285eba1
Β·
verified Β·
1 Parent(s): ca98ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -173,8 +173,6 @@ def detect_deepfake_image(image_path):
173
  # else:
174
  # st.success(f"βœ… Result: This news is **REAL**. (Confidence: {confidence:.2f})")
175
  # ---- Fake News Detection Section ----
176
- import streamlit as st
177
-
178
  st.subheader("πŸ“ Fake News Detection")
179
  news_input = st.text_area("Enter News Text:", placeholder="Type here...")
180
 
 
173
  # else:
174
  # st.success(f"βœ… Result: This news is **REAL**. (Confidence: {confidence:.2f})")
175
  # ---- Fake News Detection Section ----
 
 
176
  st.subheader("πŸ“ Fake News Detection")
177
  news_input = st.text_area("Enter News Text:", placeholder="Type here...")
178