Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,10 +53,11 @@ st.markdown("""
|
|
| 53 |
st.markdown("<h1 style='text-align: center; color: #1f2937;'>π°οΈ TruthRadar</h1>", unsafe_allow_html=True)
|
| 54 |
st.markdown("<p style='text-align: center; color: #4b5563;'>Detect fake news in a flash β headlines or full articles π</p>", unsafe_allow_html=True)
|
| 55 |
st.markdown("---")
|
| 56 |
-
st.
|
| 57 |
|
| 58 |
-
#
|
| 59 |
-
|
|
|
|
| 60 |
|
| 61 |
# π Analyze button
|
| 62 |
if st.button("π Analyze"):
|
|
|
|
| 53 |
st.markdown("<h1 style='text-align: center; color: #1f2937;'>π°οΈ TruthRadar</h1>", unsafe_allow_html=True)
|
| 54 |
st.markdown("<p style='text-align: center; color: #4b5563;'>Detect fake news in a flash β headlines or full articles π</p>", unsafe_allow_html=True)
|
| 55 |
st.markdown("---")
|
| 56 |
+
st.markdown("<p style='color: #4b5563;'>Currently optimised for US-based news articles.</p>", unsafe_allow_html=True)
|
| 57 |
|
| 58 |
+
#input
|
| 59 |
+
st.markdown("<label style='font-weight:600; font-size:16px; color:#1f2937;'>π Paste any news headline or article below:</label>", unsafe_allow_html=True)
|
| 60 |
+
user_input = st.text_area("", height=200)
|
| 61 |
|
| 62 |
# π Analyze button
|
| 63 |
if st.button("π Analyze"):
|