Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from newspaper import Article
|
|
9 |
c1, c2 = st.columns([0.32, 2])
|
10 |
|
11 |
with c1:
|
12 |
-
st.image("
|
13 |
|
14 |
with c2:
|
15 |
st.title("FastNews Article Summarizer")
|
|
|
9 |
c1, c2 = st.columns([0.32, 2])
|
10 |
|
11 |
with c1:
|
12 |
+
st.image("images/newspaper.png", width=85)
|
13 |
|
14 |
with c2:
|
15 |
st.title("FastNews Article Summarizer")
|