Update pages/Website_Summarize.py
Browse files
pages/Website_Summarize.py
CHANGED
@@ -62,8 +62,8 @@ with st.container():
|
|
62 |
if response_.status_code == 200:
|
63 |
|
64 |
with st.spinner('Fetching your article...'):
|
65 |
-
|
66 |
-
|
67 |
article = Article(url)
|
68 |
article.download()
|
69 |
article.parse()
|
|
|
62 |
if response_.status_code == 200:
|
63 |
|
64 |
with st.spinner('Fetching your article...'):
|
65 |
+
time.sleep(3)
|
66 |
+
st.success('Your article is ready for summarization!')
|
67 |
article = Article(url)
|
68 |
article.download()
|
69 |
article.parse()
|