Spaces:
Runtime error
Runtime error
path correct stages
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ st.write(
|
|
31 |
|
32 |
st.write("""# Этапы разработки""")
|
33 |
|
34 |
-
image = Image.open('
|
35 |
st.image(image, caption='Sunrise by the mountains')
|
36 |
|
37 |
#with open("./stages.png", "rb") as f:
|
|
|
31 |
|
32 |
st.write("""# Этапы разработки""")
|
33 |
|
34 |
+
image = Image.open('stages.jpg')
|
35 |
st.image(image, caption='Sunrise by the mountains')
|
36 |
|
37 |
#with open("./stages.png", "rb") as f:
|