AlanTsai-0329 commited on
Commit
366a70a
1 Parent(s): fbfecfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,7 +11,7 @@ st.subheader("組員名單")
11
  p1, p2, p3, p4 = st.columns(4)
12
  with p1:
13
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8005 張云姵</h5>", unsafe_allow_html=True)
14
- image = Image.open('pages\docs\image\AB05.png')
15
  st.image(image, use_column_width=True)
16
 
17
  with p2:
@@ -21,11 +21,11 @@ with p2:
21
 
22
  with p3:
23
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8023 陳玉涵</h5>", unsafe_allow_html=True)
24
- image = Image.open('pages\docs\image\AB23.png')
25
  st.image(image, use_column_width=True)
26
 
27
  with p4:
28
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8026 蔡尚宏</h5>", unsafe_allow_html=True)
29
- image = Image.open('pages\docs\image\AB26.png')
30
  st.image(image, use_column_width=True)
31
 
 
11
  p1, p2, p3, p4 = st.columns(4)
12
  with p1:
13
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8005 張云姵</h5>", unsafe_allow_html=True)
14
+ image = Image.open('pages/docs/image/AB05.png')
15
  st.image(image, use_column_width=True)
16
 
17
  with p2:
 
21
 
22
  with p3:
23
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8023 陳玉涵</h5>", unsafe_allow_html=True)
24
+ image = Image.open('pages/docs/image/AB23.png')
25
  st.image(image, use_column_width=True)
26
 
27
  with p4:
28
  st.markdown("<h5 style='text-align: center; color: black;'>111AB8026 蔡尚宏</h5>", unsafe_allow_html=True)
29
+ image = Image.open('pages/docs/image/AB26.png')
30
  st.image(image, use_column_width=True)
31