Commit
·
e7a30ef
1
Parent(s):
5300401
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ def generate_summary(article, top_n=5):
|
|
65 |
return summary
|
66 |
|
67 |
# Set page configuration and styles
|
68 |
-
st.set_page_config(page_title="
|
69 |
-
st.title("
|
70 |
|
71 |
st.markdown(
|
72 |
"""
|
|
|
65 |
return summary
|
66 |
|
67 |
# Set page configuration and styles
|
68 |
+
st.set_page_config(page_title="Article Summarizer", page_icon="✍️")
|
69 |
+
st.title("We sumerize and translate your articles")
|
70 |
|
71 |
st.markdown(
|
72 |
"""
|