Update src/contact.py

#48
by KhaqanNasir - opened
Files changed (1) hide show
  1. src/contact.py +1 -1
src/contact.py CHANGED
@@ -297,7 +297,7 @@ def main():
297
  # Header Section
298
  st.markdown("""
299
  <div class="header-section">
300
- <h1 class="header-title">πŸ“‹ TruthCheck</h1>
301
  <p class="header-subtitle">Reach out for inquiries, feedback, or support</p>
302
  </div>
303
  """, unsafe_allow_html=True)
 
297
  # Header Section
298
  st.markdown("""
299
  <div class="header-section">
300
+ <h1 class="header-title">πŸ“‹ TruthCheck - Advanced Fake News Detector</h1>
301
  <p class="header-subtitle">Reach out for inquiries, feedback, or support</p>
302
  </div>
303
  """, unsafe_allow_html=True)