naufalnashif commited on
Commit
36a2c5c
·
1 Parent(s): fb81602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -10
app.py CHANGED
@@ -416,15 +416,20 @@ if results and analisis == True:
416
 
417
  # Garis pemisah
418
  st.divider()
 
419
 
420
- # Tautan ke GitHub
421
- github_link = "https://github.com/naufalnashif/"
422
- st.markdown(f"GitHub: [{github_link}]({github_link})")
423
 
424
- # Tautan ke Instagram
425
- instagram_link = "https://www.instagram.com/naufal.nashif/"
426
- st.markdown(f"Instagram: [{instagram_link}]({instagram_link})")
427
-
428
- # Pesan penutup
429
- st.write('Thank you for trying the demo!')
430
- st.caption('Best regards, Naufal Nashif :sunglasses:')
 
 
 
 
 
 
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:')