rickystanley76 commited on
Commit
80c22f3
1 Parent(s): b4f3bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with head_col1:
50
  with head_col2:
51
  showpicture = st.checkbox('Like to see his picture: ')
52
  if showpicture:
53
- st.image("hans.jpg")
54
 
55
 
56
 
 
50
  with head_col2:
51
  showpicture = st.checkbox('Like to see his picture: ')
52
  if showpicture:
53
+ st.image("https://huggingface.co/spaces/rickystanley76/streamlit-hans-rosling/blob/main/hans.jpg")
54
 
55
 
56