danupurnomo
commited on
Commit
·
a80b06a
1
Parent(s):
5bf8d7b
Add sources link
Browse files- app.py +5 -2
- img/05 - person rear.png +0 -0
app.py
CHANGED
@@ -233,7 +233,9 @@ if submitted :
|
|
233 |
|
234 |
col1, col2, col3, col4, col5 = st.columns([0.5, 2, 1, 2, 1])
|
235 |
with col2:
|
236 |
-
|
|
|
|
|
237 |
|
238 |
with col3:
|
239 |
st.markdown('<br><br><br><br>', unsafe_allow_html=True)
|
@@ -264,5 +266,6 @@ if submitted :
|
|
264 |
st.write('''\n\n\n\n Source images :
|
265 |
[link](https://www.vecteezy.com/vector-art/5129950-football-player-figure-line-art-human-action-on-motion-lines-controlling-the-ball-with-chest),
|
266 |
[link](https://www.vecteezy.com/vector-art/5939693-football-player-figure-line-art-human-action-on-motion-lines-kicking-ball),
|
267 |
-
[link](https://www.vecteezy.com/vector-art/5129956-football-player-figure-line-art-human-action-on-motion-lines-kicking-ball)
|
|
|
268 |
''')
|
|
|
233 |
|
234 |
col1, col2, col3, col4, col5 = st.columns([0.5, 2, 1, 2, 1])
|
235 |
with col2:
|
236 |
+
img_personal_profile_path = os.path.join(img_path, '05 - person rear.png')
|
237 |
+
image = Image.open(img_personal_profile_path)
|
238 |
+
st.image(image, width=350)
|
239 |
|
240 |
with col3:
|
241 |
st.markdown('<br><br><br><br>', unsafe_allow_html=True)
|
|
|
266 |
st.write('''\n\n\n\n Source images :
|
267 |
[link](https://www.vecteezy.com/vector-art/5129950-football-player-figure-line-art-human-action-on-motion-lines-controlling-the-ball-with-chest),
|
268 |
[link](https://www.vecteezy.com/vector-art/5939693-football-player-figure-line-art-human-action-on-motion-lines-kicking-ball),
|
269 |
+
[link](https://www.vecteezy.com/vector-art/5129956-football-player-figure-line-art-human-action-on-motion-lines-kicking-ball),
|
270 |
+
[link](https://www.dreamstime.com/young-african-soccer-player-man-studio-isolated-white-background-silhouette-shadow-young-african-soccer-player-man-image199265151)
|
271 |
''')
|
img/05 - person rear.png
ADDED
![]() |