Update pages/Website_Summarize.py
Browse files
pages/Website_Summarize.py
CHANGED
@@ -17,7 +17,7 @@ with st.container():
|
|
17 |
# Page title layout
|
18 |
col1, col2 = st.columns([0.32, 2])
|
19 |
with col1:
|
20 |
-
st.image("images/newspaper.png", width=85)
|
21 |
|
22 |
with col2:
|
23 |
st.title("Website Article Summarize")
|
|
|
17 |
# Page title layout
|
18 |
col1, col2 = st.columns([0.32, 2])
|
19 |
with col1:
|
20 |
+
st.image("../images/newspaper.png", width=85)
|
21 |
|
22 |
with col2:
|
23 |
st.title("Website Article Summarize")
|