Spaces:
Running
Running
Update src/terms_of_use.py (#46)
Browse files- Update src/terms_of_use.py (1ad9646acb364a296b8af5d3bf423e09d39457fd)
Co-authored-by: Muhammad Khaqan Nasir <[email protected]>
- src/terms_of_use.py +1 -1
src/terms_of_use.py
CHANGED
@@ -139,7 +139,7 @@ def main():
|
|
139 |
# Header Section
|
140 |
st.markdown("""
|
141 |
<div class="header-section">
|
142 |
-
<h1 class="header-title">📋 TruthCheck</h1>
|
143 |
<p class="header-subtitle">Terms governing the use of our services</p>
|
144 |
</div>
|
145 |
""", unsafe_allow_html=True)
|
|
|
139 |
# Header Section
|
140 |
st.markdown("""
|
141 |
<div class="header-section">
|
142 |
+
<h1 class="header-title">📋 TruthCheck - Advanced Fake News Detector</h1>
|
143 |
<p class="header-subtitle">Terms governing the use of our services</p>
|
144 |
</div>
|
145 |
""", unsafe_allow_html=True)
|