Bayhaqy commited on
Commit
5ad2dc4
·
1 Parent(s): 1379758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("https://github.com/ivnlee/streamlit-text-summarizer/blob/main/images/newspaper.png", width=85)
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")