asad231 commited on
Commit
adcbb4d
Β·
verified Β·
1 Parent(s): 8b46748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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:", placeholder="Type here...")
143
 
144
  if st.button("Check News"):
145
  st.write("πŸ” Processing...")
@@ -210,4 +210,4 @@ if uploaded_video is not None:
210
  else:
211
  st.success(f"βœ… Result: This video is Real. (Confidence: {1 - result['score']:.2f})")
212
 
213
- st.markdown("πŸ”Ή **Developed for Fake News & Deepfake Detection Hackathon**")
 
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...")
 
210
  else:
211
  st.success(f"βœ… Result: This video is Real. (Confidence: {1 - result['score']:.2f})")
212
 
213
+ st.markdown("πŸ”Ή **Developed for Fake News & Deepfake Detection Hackathon**")