ikoghoemmanuell
commited on
Commit
·
64b7e2b
1
Parent(s):
a1d0b3c
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,7 @@ if choice == 'Home':
|
|
47 |
|
48 |
# Set Page Title
|
49 |
st.title('TRUTH- A fake news detection app')
|
50 |
-
st.markdown(
|
51 |
-
|
52 |
|
53 |
|
54 |
if st.button('Predict'):
|
|
|
47 |
|
48 |
# Set Page Title
|
49 |
st.title('TRUTH- A fake news detection app')
|
50 |
+
st.markdown("Enter some text and we'll tell you if it's likely to be fake news or not!")
|
|
|
51 |
|
52 |
|
53 |
if st.button('Predict'):
|