Spaces:
Runtime error
Runtime error
Commit
·
8dde33b
1
Parent(s):
aea2e0e
add more examples
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ st.write("Or you can choose from the following examples")
|
|
33 |
col1, col2, col3 = st.columns(3)
|
34 |
|
35 |
if col2.button("Joshua Tree"):
|
36 |
-
content_image = "joshua_tree.jpeg"
|
37 |
-
style_image = "starry_night.jpeg"
|
38 |
|
39 |
|
40 |
|
|
|
33 |
col1, col2, col3 = st.columns(3)
|
34 |
|
35 |
if col2.button("Joshua Tree"):
|
36 |
+
content_image = "examples/joshua_tree.jpeg"
|
37 |
+
style_image = "examples/starry_night.jpeg"
|
38 |
|
39 |
|
40 |
|
joshua_tree.jpeg → examples/joshua_tree.jpeg
RENAMED
File without changes
|
starry_night.jpeg → examples/starry_night.jpeg
RENAMED
File without changes
|