Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ def layout_part():
|
|
58 |
img = image_select(
|
59 |
label="示例图(点击选择)",
|
60 |
images=[
|
61 |
-
'images/layout/layout.
|
62 |
-
'images/layout/layout1.
|
63 |
-
'images/layout/layout2.
|
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 |
)
|