Update pages/Website_Summarize.py
Browse files
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 |
-
|
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 |
|