Bayhaqy commited on
Commit
3319c4e
β€’
1 Parent(s): b5fcd23

Update pages/Website_Summarize.py

Browse files
Files changed (1) hide show
  1. pages/Website_Summarize.py +1 -6
pages/Website_Summarize.py CHANGED
@@ -15,12 +15,7 @@ st.set_page_config(page_title='Website Article Summarize', layout='wide', page_
15
  ## ............................................... ##
16
  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")
24
  st.markdown("**Generate summaries of articles from websites using abstractive summarization with Language Model and Library NewsPaper.**")
25
  st.caption("Created by Bayhaqy.")
26
 
 
15
  ## ............................................... ##
16
  with st.container():
17
  # Page title layout
18
+ st.title("πŸ“ƒ Website Article Summarize")
 
 
 
 
 
19
  st.markdown("**Generate summaries of articles from websites using abstractive summarization with Language Model and Library NewsPaper.**")
20
  st.caption("Created by Bayhaqy.")
21