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