naufalnashif
commited on
Commit
·
64708f7
1
Parent(s):
81d223f
Update app.py
Browse files
app.py
CHANGED
@@ -436,16 +436,8 @@ with tab2:
|
|
436 |
|
437 |
with tab3:
|
438 |
st.header("Profile :")
|
439 |
-
st.image('https://naufalnashif.github.io/assets/images/WhatsApp%20Image%202023-01-26%20at%2020.37.17.jpeg', caption='Naufal Nashif'
|
440 |
st.subheader('Hello, nice to meet you !')
|
441 |
-
# Garis pemisah
|
442 |
-
st.divider()
|
443 |
-
left, right = st.columns([2,6])
|
444 |
-
|
445 |
-
with left :
|
446 |
-
st.image('https://naufalnashif.github.io/assets/images/WhatsApp%20Image%202023-01-26%20at%2020.37.17.jpeg')
|
447 |
-
|
448 |
-
with right :
|
449 |
# Tautan ke GitHub
|
450 |
github_link = "https://github.com/naufalnashif/"
|
451 |
st.markdown(f"GitHub: [{github_link}]({github_link})")
|
@@ -453,7 +445,11 @@ with right :
|
|
453 |
# Tautan ke Instagram
|
454 |
instagram_link = "https://www.instagram.com/naufal.nashif/"
|
455 |
st.markdown(f"Instagram: [{instagram_link}]({instagram_link})")
|
456 |
-
|
457 |
-
|
458 |
-
|
|
|
|
|
459 |
st.caption('Best regards, Naufal Nashif :sunglasses:')
|
|
|
|
|
|
436 |
|
437 |
with tab3:
|
438 |
st.header("Profile :")
|
439 |
+
st.image('https://naufalnashif.github.io/assets/images/WhatsApp%20Image%202023-01-26%20at%2020.37.17.jpeg', caption='Naufal Nashif')
|
440 |
st.subheader('Hello, nice to meet you !')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
# Tautan ke GitHub
|
442 |
github_link = "https://github.com/naufalnashif/"
|
443 |
st.markdown(f"GitHub: [{github_link}]({github_link})")
|
|
|
445 |
# Tautan ke Instagram
|
446 |
instagram_link = "https://www.instagram.com/naufal.nashif/"
|
447 |
st.markdown(f"Instagram: [{instagram_link}]({instagram_link})")
|
448 |
+
# Garis pemisah
|
449 |
+
st.divider()
|
450 |
+
st.write('Thank you for trying the demo!')
|
451 |
+
left, right = st.columns([2,6])
|
452 |
+
with left :
|
453 |
st.caption('Best regards, Naufal Nashif :sunglasses:')
|
454 |
+
with right :
|
455 |
+
st.caption('©️ 2023')
|