Bayhaqy commited on
Commit
0285ec6
1 Parent(s): 0ccca45

Update pages/Website_Summarize.py

Browse files
Files changed (1) hide show
  1. pages/Website_Summarize.py +1 -1
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")