Spaces:
Sleeping
Sleeping
Update src/app.py
#52
by
KhaqanNasir
- opened
- src/app.py +0 -2
src/app.py
CHANGED
|
@@ -386,7 +386,6 @@ def main():
|
|
| 386 |
""", unsafe_allow_html=True)
|
| 387 |
|
| 388 |
# Header Section
|
| 389 |
-
st.markdown('<div class="header-section">', unsafe_allow_html=True)
|
| 390 |
st.markdown('<h1 class="header-title">📰 TruthCheck - Advanced Fake News Detection System</h1>', unsafe_allow_html=True)
|
| 391 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 392 |
|
|
@@ -452,7 +451,6 @@ def main():
|
|
| 452 |
st.warning("Please enter a news article to analyze.")
|
| 453 |
|
| 454 |
# Footer
|
| 455 |
-
st.markdown("---")
|
| 456 |
st.markdown(
|
| 457 |
'<div class="footer"><p style="text-align: center; font-weight: 600; font-size: 16px;">💻 Developed with ❤️ using Streamlit | © 2025</p></div>',
|
| 458 |
unsafe_allow_html=True
|
|
|
|
| 386 |
""", unsafe_allow_html=True)
|
| 387 |
|
| 388 |
# Header Section
|
|
|
|
| 389 |
st.markdown('<h1 class="header-title">📰 TruthCheck - Advanced Fake News Detection System</h1>', unsafe_allow_html=True)
|
| 390 |
st.markdown('</div>', unsafe_allow_html=True)
|
| 391 |
|
|
|
|
| 451 |
st.warning("Please enter a news article to analyze.")
|
| 452 |
|
| 453 |
# Footer
|
|
|
|
| 454 |
st.markdown(
|
| 455 |
'<div class="footer"><p style="text-align: center; font-weight: 600; font-size: 16px;">💻 Developed with ❤️ using Streamlit | © 2025</p></div>',
|
| 456 |
unsafe_allow_html=True
|