AlanTsai-0329 commited on
Commit
cc4164e
1 Parent(s): 558c4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with p1:
16
 
17
  with p2:
18
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8017 林維婕</h5>", unsafe_allow_html=True)
19
- image = Image.open('pages\docs\image\AB17.png')
20
  st.image(image, use_column_width=True)
21
 
22
  with p3:
 
16
 
17
  with p2:
18
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8017 林維婕</h5>", unsafe_allow_html=True)
19
+ image = Image.open('pages/docs/image/AB17.png')
20
  st.image(image, use_column_width=True)
21
 
22
  with p3: