naufalnashif
commited on
Commit
·
36a2c5c
1
Parent(s):
fb81602
Update app.py
Browse files
app.py
CHANGED
@@ -416,15 +416,20 @@ if results and analisis == True:
|
|
416 |
|
417 |
# Garis pemisah
|
418 |
st.divider()
|
|
|
419 |
|
420 |
-
|
421 |
-
|
422 |
-
st.markdown(f"GitHub: [{github_link}]({github_link})")
|
423 |
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
|
|
|
|
|
|
|
|
|
|
|
416 |
|
417 |
# Garis pemisah
|
418 |
st.divider()
|
419 |
+
left, right = st.columns(2)
|
420 |
|
421 |
+
with left :
|
422 |
+
st.image(https://naufalnashif.github.io/assets/images/WhatsApp%20Image%202023-01-26%20at%2020.37.17.jpeg, caption='Naufal Nashif')
|
|
|
423 |
|
424 |
+
with right :
|
425 |
+
# Tautan ke GitHub
|
426 |
+
github_link = "https://github.com/naufalnashif/"
|
427 |
+
st.markdown(f"GitHub: [{github_link}]({github_link})")
|
428 |
+
|
429 |
+
# Tautan ke Instagram
|
430 |
+
instagram_link = "https://www.instagram.com/naufal.nashif/"
|
431 |
+
st.markdown(f"Instagram: [{instagram_link}]({instagram_link})")
|
432 |
+
|
433 |
+
# Pesan penutup
|
434 |
+
st.write('Thank you for trying the demo!')
|
435 |
+
st.caption('Best regards, Naufal Nashif :sunglasses:')
|