Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ import datetime
|
|
| 21 |
from PIL import Image, ImageEnhance
|
| 22 |
|
| 23 |
st.set_page_config(
|
| 24 |
-
page_title="
|
| 25 |
layout="wide",
|
| 26 |
initial_sidebar_state="expanded",
|
| 27 |
page_icon="🔍",
|
|
@@ -62,7 +62,7 @@ col1, col2, col3, col4,col5 = st.columns([1, 1, 2, 1, 1])
|
|
| 62 |
|
| 63 |
|
| 64 |
with col3:
|
| 65 |
-
st.markdown("<h1 class='centered-text'>Search
|
| 66 |
|
| 67 |
with col4:
|
| 68 |
image = Image.open('./data/news_icon.png')
|
|
|
|
| 21 |
from PIL import Image, ImageEnhance
|
| 22 |
|
| 23 |
st.set_page_config(
|
| 24 |
+
page_title="TrafficLens 📰",
|
| 25 |
layout="wide",
|
| 26 |
initial_sidebar_state="expanded",
|
| 27 |
page_icon="🔍",
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
with col3:
|
| 65 |
+
st.markdown("<h1 class='centered-text'>Search TrafficLens</h1>", unsafe_allow_html=True)
|
| 66 |
|
| 67 |
with col4:
|
| 68 |
image = Image.open('./data/news_icon.png')
|