Spaces:
Running
Running
Update src/contact.py
#48
by
KhaqanNasir
- opened
- 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)
|