w3robotics commited on
Commit
5f321b4
·
verified ·
1 Parent(s): c031bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -63,9 +63,9 @@ st.markdown(
63
  unsafe_allow_html=True,
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:
71
  with stylable_container(
 
63
  unsafe_allow_html=True,
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:
71
  with stylable_container(