Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -315,7 +315,7 @@ with tab3:
|
|
| 315 |
|
| 316 |
# Enhanced Sidebar with branding and instructions
|
| 317 |
with st.sidebar:
|
| 318 |
-
st.image("
|
| 319 |
st.title("About")
|
| 320 |
st.write("""
|
| 321 |
This app helps analyze news content:
|
|
|
|
| 315 |
|
| 316 |
# Enhanced Sidebar with branding and instructions
|
| 317 |
with st.sidebar:
|
| 318 |
+
st.image("news_logo.jpg", width=300)
|
| 319 |
st.title("About")
|
| 320 |
st.write("""
|
| 321 |
This app helps analyze news content:
|