Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def detect_deepfake_image(image_path):
|
|
139 |
|
140 |
# ---- Fake News Detection Section ----
|
141 |
st.subheader("π Fake News Detection")
|
142 |
-
news_input = st.text_area("Enter News Text:", "Type here...")
|
143 |
|
144 |
if st.button("Check News"):
|
145 |
st.write("π Processing...")
|
|
|
139 |
|
140 |
# ---- Fake News Detection Section ----
|
141 |
st.subheader("π Fake News Detection")
|
142 |
+
news_input = st.text_area("Enter News Text:", placeholder="Type here...")
|
143 |
|
144 |
if st.button("Check News"):
|
145 |
st.write("π Processing...")
|