mikey-077 commited on
Commit
b2bece8
Β·
verified Β·
1 Parent(s): ef96661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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.caption("<p style='text-align: center; color: #4b5563;'>Currently optimised for US-based news articles.")
57
 
58
- # πŸ“° Input
59
- user_input = st.text_area("<p style='text-align: center; color: #4b5563;'>Paste any news headline or article below:", height=200)
 
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"):