ibrahimnomad commited on
Commit
84f64c9
1 Parent(s): 8ec5b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ st.title('Fake News Detection :postal_horn:')
28
  st.image("https://upload.wikimedia.org/wikipedia/commons/f/f7/The_fin_de_siècle_newspaper_proprietor_%28cropped%29.jpg")
29
 
30
  # Input field for user to enter news headline
31
- default_example = "Alians decided to my America after Russia Exploded"
32
  news_headline = st.text_input("Enter a news headline:", default_example)
33
 
34
  if st.button("Check"):
 
28
  st.image("https://upload.wikimedia.org/wikipedia/commons/f/f7/The_fin_de_siècle_newspaper_proprietor_%28cropped%29.jpg")
29
 
30
  # Input field for user to enter news headline
31
+ default_example = "Aliens decided to buy America after Russia Exploded"
32
  news_headline = st.text_input("Enter a news headline:", default_example)
33
 
34
  if st.button("Check"):