Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ st.markdown("""
|
|
| 117 |
# Banner header
|
| 118 |
st.markdown("""
|
| 119 |
<div class="header">
|
| 120 |
-
<h1>
|
| 121 |
<p style="font-size: 20px; margin-top: 5px;">Analyze, classify, and explore news content with AI</p>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|
|
|
|
| 117 |
# Banner header
|
| 118 |
st.markdown("""
|
| 119 |
<div class="header">
|
| 120 |
+
<h1>News Content Analyzer</h1>
|
| 121 |
<p style="font-size: 20px; margin-top: 5px;">Analyze, classify, and explore news content with AI</p>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|