dini15 commited on
Commit
eec8e5d
·
verified ·
1 Parent(s): 6b9e8a0

Update prediction.py

Browse files
Files changed (1) hide show
  1. prediction.py +1 -1
prediction.py CHANGED
@@ -28,7 +28,7 @@ def run():
28
  st.write('---')
29
  st.write('Upload an image of skin, and this app will predict the skin type.')
30
 
31
- link_gambar = 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQntnqn33t_1jWqaFszEgEdMCQjGNNtWLxv8A&s'
32
  st.image(link_gambar, caption='Know your skin type!', use_container_width=True)
33
 
34
  uploaded_file = st.file_uploader('Upload an image:', type=['jpg', 'png', 'jpeg'])
 
28
  st.write('---')
29
  st.write('Upload an image of skin, and this app will predict the skin type.')
30
 
31
+ link_gambar = 'https://www.wendygriffith.co.uk/wp-content/uploads/sites/14118/2024/07/Healthy-Skin-1-1-1024x1024.png'
32
  st.image(link_gambar, caption='Know your skin type!', use_container_width=True)
33
 
34
  uploaded_file = st.file_uploader('Upload an image:', type=['jpg', 'png', 'jpeg'])