asad231 commited on
Commit
2bb11c3
Β·
verified Β·
1 Parent(s): 279b06b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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...")