w3robotics commited on
Commit
14f724c
·
verified ·
1 Parent(s): ace10d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ st.markdown(
64
  )
65
 
66
  with logo_column:
67
- image = Image.open(os.path.join(path,'spaces-hot-dog-streamlit.png'))
68
  st.image(image, caption='CRIStine')
69
 
70
  with upload_column:
 
64
  )
65
 
66
  with logo_column:
67
+ image = Image.open(os.path.join(path,'Cristine.png'))
68
  st.image(image, caption='CRIStine')
69
 
70
  with upload_column: