Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,6 +96,7 @@ st.markdown("""
|
|
| 96 |
font-size: 40px;
|
| 97 |
color: white;
|
| 98 |
margin: 0;
|
|
|
|
| 99 |
}
|
| 100 |
</style>
|
| 101 |
""", unsafe_allow_html=True)
|
|
@@ -103,6 +104,7 @@ st.markdown("""
|
|
| 103 |
st.markdown("""
|
| 104 |
<div class="header">
|
| 105 |
<h1>Daily Mirror News Analyzer</h1>
|
|
|
|
| 106 |
</div>
|
| 107 |
|
| 108 |
""", unsafe_allow_html =True)
|
|
|
|
| 96 |
font-size: 40px;
|
| 97 |
color: white;
|
| 98 |
margin: 0;
|
| 99 |
+
align: center;
|
| 100 |
}
|
| 101 |
</style>
|
| 102 |
""", unsafe_allow_html=True)
|
|
|
|
| 104 |
st.markdown("""
|
| 105 |
<div class="header">
|
| 106 |
<h1>Daily Mirror News Analyzer</h1>
|
| 107 |
+
<img src="https://huggingface.co/spaces/Prageeth-1/daily-mirror-news-analyzer/blob/main/news_logo.jpg" alt="Logo">
|
| 108 |
</div>
|
| 109 |
|
| 110 |
""", unsafe_allow_html =True)
|