SWHL commited on
Commit
b6832d1
1 Parent(s): 367db96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,9 +58,9 @@ def layout_part():
58
  img = image_select(
59
  label="示例图(点击选择)",
60
  images=[
61
- 'images/layout/layout.png',
62
- 'images/layout/layout1.png',
63
- 'images/layout/layout2.png',
64
  ],
65
  key='layout_select'
66
  )
 
58
  img = image_select(
59
  label="示例图(点击选择)",
60
  images=[
61
+ 'images/layout/layout.jpg',
62
+ 'images/layout/layout1.jpg',
63
+ 'images/layout/layout2.jpg',
64
  ],
65
  key='layout_select'
66
  )